Html Css Color HEX #8008CB Dark Violet

📋 copy color: '#8008CB'

red 128 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #8008CB

Tints of Dark Violet #8008CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

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

R = 37.76%
G = 2.36%
B = 59.88%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8008CB (or 0x8008CB) is known color: Dark Violet. HEX triplet: 80, 08 and CB. RGB value is (128,8,203). Sum of RGB (Red+Green+Blue) = 128+8+203=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #8008CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008CB is #7FF734. Grayscale: #414141. Windows color (decimal): -8386357 or 13305984. OLE color: 13305984.

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

Color convert

RGB 128 8 203 -
CMYK 0.37 0.96 0 0.20
HSL 276.92º 0.92% 0.41% -
HSV(B) 276.92º 0.96% 0.8% -
XYZ 19.77 9.07 57.21 -
YUV 66.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 128 8 203 0.37 0.96 0 0.20 276.92 0.92 0.41
Hex 80 8 CB 25 60 0 14 115 5C 29
Octal 200 10 313 45 140 0 24 425 134 51
Binary 10000000 1000 11001011 100101 1100000 0 10100 100010101 1011100 101001

Color Harmonies of #8008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008CB

Black with #8008CB

Text Example


Text Example

White with #8008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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