Html Css Color HEX #8D02DF Dark Violet

📋 copy color: '#8D02DF'

red 141 ◦ green 2 ◦ blue 223

#8D02DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8D02DF

Tints of Dark Violet #8D02DF

RGB

 RED value IS 141 (55.47% from 255) = 38.52%

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 38.52%
G = 0.55%
B = 60.93%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8D02DF (or 0x8D02DF) is known color: Dark Violet. HEX triplet: 8D, 02 and DF. RGB value is (141,2,223). Sum of RGB (Red+Green+Blue) = 141+2+223=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02DF is #72FD20. Grayscale: #444444. Windows color (decimal): -7535905 or 14615181. OLE color: 14615181.

HSL color Cylindrical-coordinate representation of color #8D02DF: hue angle of 277.74º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02DF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 2 223 -
CMYK 0.37 0.99 0 0.13
HSL 277.74º 0.98% 0.44% -
HSV(B) 277.74º 0.99% 0.87% -
XYZ 24.33 11.03 70.66 -
YUV 68.76 215.05 179.53 -
System Red Green Blue C M Y K H S L
Decimal 141 2 223 0.37 0.99 0 0.13 277.74 0.98 0.44
Hex 8D 2 DF 25 63 0 D 116 62 2C
Octal 215 2 337 45 143 0 15 426 142 54
Binary 10001101 10 11011111 100101 1100011 0 1101 100010110 1100010 101100

Color Harmonies of #8D02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02DF

Black with #8D02DF

Text Example


Text Example

White with #8D02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D02DF; }

 p { color: rgb(141,2,223); }

 H1.HeaderClassName
 {
   color: #8D02DF;
 }
 .AnyTagClassName
 {
   color: #8D02DF;
 }
</style>

background-color css

<style>
 a { background-color: #8D02DF; }

 a { background-color: rgb(141,2,223); }

 div.DivClassName
 {
   background-color: #8D02DF;
 }
 .BgClassName
 {
   background-color: #8D02DF;
 }
</style>

border-color css

<style>
 span { border-color: #8D02DF; }

 span { border-color: rgb(141,2,223); }

 td.TdClassName
 {
   border-color: #8D02DF;
 }
 .TagClassName
 {
   border-color: #8D02DF;
 }
</style>