Html Css Color HEX #8D02DD Dark Violet

📋 copy color: '#8D02DD'

red 141 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #8D02DD

Tints of Dark Violet #8D02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 38.74%
G = 0.55%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D02DD (or 0x8D02DD) is known color: Dark Violet. HEX triplet: 8D, 02 and DD. RGB value is (141,2,221). Sum of RGB (Red+Green+Blue) = 141+2+221=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02DD is #72FD22. Grayscale: #434343. Windows color (decimal): -7535907 or 14484109. OLE color: 14484109.

HSL color Cylindrical-coordinate representation of color #8D02DD: hue angle of 278.08º 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 #8D02DD is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 2 221 -
CMYK 0.36 0.99 0 0.13
HSL 278.08º 0.98% 0.44% -
HSV(B) 278.08º 0.99% 0.87% -
XYZ 24.06 10.93 69.25 -
YUV 68.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 141 2 221 0.36 0.99 0 0.13 278.08 0.98 0.44
Hex 8D 2 DD 24 63 0 D 116 62 2C
Octal 215 2 335 44 143 0 15 426 142 54
Binary 10001101 10 11011101 100100 1100011 0 1101 100010110 1100010 101100

Color Harmonies of #8D02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02DD

Black with #8D02DD

Text Example


Text Example

White with #8D02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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