Html Css Color HEX #8802CA Dark Violet

📋 copy color: '#8802CA'

red 136 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #8802CA

Tints of Dark Violet #8802CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 40%
G = 0.59%
B = 59.41%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8802CA (or 0x8802CA) is known color: Dark Violet. HEX triplet: 88, 02 and CA. RGB value is (136,2,202). Sum of RGB (Red+Green+Blue) = 136+2+202=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #8802CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802CA is #77FD35. Grayscale: #404040. Windows color (decimal): -7863606 or 13238920. OLE color: 13238920.

HSL color Cylindrical-coordinate representation of color #8802CA: hue angle of 280.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802CA is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 2 202 -
CMYK 0.33 0.99 0 0.21
HSL 280.2º 0.98% 0.4% -
HSV(B) 280.2º 0.99% 0.79% -
XYZ 20.84 9.54 56.62 -
YUV 64.87 205.39 178.74 -
System Red Green Blue C M Y K H S L
Decimal 136 2 202 0.33 0.99 0 0.21 280.2 0.98 0.4
Hex 88 2 CA 21 63 0 15 118 62 28
Octal 210 2 312 41 143 0 25 430 142 50
Binary 10001000 10 11001010 100001 1100011 0 10101 100011000 1100010 101000

Color Harmonies of #8802CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802CA

Black with #8802CA

Text Example


Text Example

White with #8802CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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