Html Css Color HEX #8802D1 Dark Violet

📋 copy color: '#8802D1'

red 136 ◦ green 2 ◦ blue 209

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

Shades of Dark Violet #8802D1

Tints of Dark Violet #8802D1

RGB

 RED value IS 136 (53.52% from 255) = 39.19%

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

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 39.19%
G = 0.58%
B = 60.23%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8802D1 (or 0x8802D1) is known color: Dark Violet. HEX triplet: 88, 02 and D1. RGB value is (136,2,209). Sum of RGB (Red+Green+Blue) = 136+2+209=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #8802D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802D1 is #77FD2E. Grayscale: #404040. Windows color (decimal): -7863599 or 13697672. OLE color: 13697672.

HSL color Cylindrical-coordinate representation of color #8802D1: hue angle of 278.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802D1 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 2 209 -
CMYK 0.35 0.99 0 0.18
HSL 278.84º 0.98% 0.41% -
HSV(B) 278.84º 0.99% 0.82% -
XYZ 21.68 9.88 61.09 -
YUV 65.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 136 2 209 0.35 0.99 0 0.18 278.84 0.98 0.41
Hex 88 2 D1 23 63 0 12 117 62 29
Octal 210 2 321 43 143 0 22 427 142 51
Binary 10001000 10 11010001 100011 1100011 0 10010 100010111 1100010 101001

Color Harmonies of #8802D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802D1

Black with #8802D1

Text Example


Text Example

White with #8802D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8802D1; }

 p { color: rgb(136,2,209); }

 H1.HeaderClassName
 {
   color: #8802D1;
 }
 .AnyTagClassName
 {
   color: #8802D1;
 }
</style>

background-color css

<style>
 a { background-color: #8802D1; }

 a { background-color: rgb(136,2,209); }

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

border-color css

<style>
 span { border-color: #8802D1; }

 span { border-color: rgb(136,2,209); }

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