Html Css Color HEX #800BCC Dark Violet

📋 copy color: '#800BCC'

red 128 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #800BCC

Tints of Dark Violet #800BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 37.32%
G = 3.21%
B = 59.48%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#800BCC (or 0x800BCC) is known color: Dark Violet. HEX triplet: 80, 0B and CC. RGB value is (128,11,204). Sum of RGB (Red+Green+Blue) = 128+11+204=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #800BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BCC is #7FF433. Grayscale: #434343. Windows color (decimal): -8385588 or 13372288. OLE color: 13372288.

HSL color Cylindrical-coordinate representation of color #800BCC: hue angle of 276.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BCC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 11 204 -
CMYK 0.37 0.95 0 0.2
HSL 276.37º 0.9% 0.42% -
HSV(B) 276.37º 0.95% 0.8% -
XYZ 19.92 9.19 57.85 -
YUV 67.99 204.76 170.81 -
System Red Green Blue C M Y K H S L
Decimal 128 11 204 0.37 0.95 0 0.2 276.37 0.9 0.42
Hex 80 B CC 25 5F 0 14 114 5A 2A
Octal 200 13 314 45 137 0 24 424 132 52
Binary 10000000 1011 11001100 100101 1011111 0 10100 100010100 1011010 101010

Color Harmonies of #800BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BCC

Black with #800BCC

Text Example


Text Example

White with #800BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800BCC; }

 p { color: rgb(128,11,204); }

 H1.HeaderClassName
 {
   color: #800BCC;
 }
 .AnyTagClassName
 {
   color: #800BCC;
 }
</style>

background-color css

<style>
 a { background-color: #800BCC; }

 a { background-color: rgb(128,11,204); }

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

border-color css

<style>
 span { border-color: #800BCC; }

 span { border-color: rgb(128,11,204); }

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