Html Css Color HEX #8000CB Dark Violet

📋 copy color: '#8000CB'

red 128 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #8000CB

Tints of Dark Violet #8000CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.67%
G = 0%
B = 61.33%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8000CB (or 0x8000CB) is known color: Dark Violet. HEX triplet: 80, 00 and CB. RGB value is (128,0,203). Sum of RGB (Red+Green+Blue) = 128+0+203=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #8000CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000CB is #7FFF34. Grayscale: #3C3C3C. Windows color (decimal): -8388405 or 13303936. OLE color: 13303936.

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

Color convert

RGB 128 0 203 -
CMYK 0.37 1 0 0.20
HSL 277.83º 1% 0.4% -
HSV(B) 277.83º 1% 0.8% -
XYZ 19.68 8.9 57.18 -
YUV 61.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 128 0 203 0.37 1 0 0.20 277.83 1 0.4
Hex 80 0 CB 25 64 0 14 116 64 28
Octal 200 0 313 45 144 0 24 426 144 50
Binary 10000000 0 11001011 100101 1100100 0 10100 100010110 1100100 101000

Color Harmonies of #8000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000CB

Black with #8000CB

Text Example


Text Example

White with #8000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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