Html Css Color HEX #8002CB Dark Violet

📋 copy color: '#8002CB'

red 128 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #8002CB

Tints of Dark Violet #8002CB

RGB

 RED value IS 128 (50.39% from 255) = 38.44%

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

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 38.44%
G = 0.6%
B = 60.96%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8002CB (or 0x8002CB) is known color: Dark Violet. HEX triplet: 80, 02 and CB. RGB value is (128,2,203). Sum of RGB (Red+Green+Blue) = 128+2+203=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #8002CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002CB is #7FFD34. Grayscale: #3D3D3D. Windows color (decimal): -8387893 or 13304448. OLE color: 13304448.

HSL color Cylindrical-coordinate representation of color #8002CB: hue angle of 277.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002CB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 2 203 -
CMYK 0.37 0.99 0 0.20
HSL 277.61º 0.98% 0.4% -
HSV(B) 277.61º 0.99% 0.8% -
XYZ 19.7 8.94 57.19 -
YUV 62.59 207.24 174.66 -
System Red Green Blue C M Y K H S L
Decimal 128 2 203 0.37 0.99 0 0.20 277.61 0.98 0.4
Hex 80 2 CB 25 63 0 14 116 62 28
Octal 200 2 313 45 143 0 24 426 142 50
Binary 10000000 10 11001011 100101 1100011 0 10100 100010110 1100010 101000

Color Harmonies of #8002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002CB

Black with #8002CB

Text Example


Text Example

White with #8002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002CB; }

 p { color: rgb(128,2,203); }

 H1.HeaderClassName
 {
   color: #8002CB;
 }
 .AnyTagClassName
 {
   color: #8002CB;
 }
</style>

background-color css

<style>
 a { background-color: #8002CB; }

 a { background-color: rgb(128,2,203); }

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

border-color css

<style>
 span { border-color: #8002CB; }

 span { border-color: rgb(128,2,203); }

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