Html Css Color HEX #8010CB Dark Violet

📋 copy color: '#8010CB'

red 128 ◦ green 16 ◦ blue 203

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

Shades of Dark Violet #8010CB

Tints of Dark Violet #8010CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 36.89%
G = 4.61%
B = 58.5%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8010CB (or 0x8010CB) is known color: Dark Violet. HEX triplet: 80, 10 and CB. RGB value is (128,16,203). Sum of RGB (Red+Green+Blue) = 128+16+203=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #8010CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010CB is #7FEF34. Grayscale: #464646. Windows color (decimal): -8384309 or 13308032. OLE color: 13308032.

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

Color convert

RGB 128 16 203 -
CMYK 0.37 0.92 0 0.20
HSL 275.94º 0.85% 0.43% -
HSV(B) 275.94º 0.92% 0.8% -
XYZ 19.87 9.27 57.24 -
YUV 70.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 128 16 203 0.37 0.92 0 0.20 275.94 0.85 0.43
Hex 80 10 CB 25 5C 0 14 114 55 2B
Octal 200 20 313 45 134 0 24 424 125 53
Binary 10000000 10000 11001011 100101 1011100 0 10100 100010100 1010101 101011

Color Harmonies of #8010CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010CB

Black with #8010CB

Text Example


Text Example

White with #8010CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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