#800BCD

Color #800BCD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #800BCD

Tints of Dark Violet #800BCD

Color information

#800BCD (or 0x800BCD) is unknown color: approx Dark Violet. HEX triplet: 80, 0B and CD. RGB value is (128,11,205). Sum of RGB (Red+Green+Blue) = 128+11+205=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #800BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BCD is #7FF432. Grayscale: #434343. Windows color (decimal): -8385587 or 13437824. OLE color: 13437824.

HSL color Cylindrical-coordinate representation of color #800BCD: hue angle of 276.19º 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 #800BCD is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12811205-
CMYK0.380.9500.20
HSL276.19º89.81%42.35%-
HSV(B)276.19º94.63%80.39%-
XYZ20.049.2458.48-
YUV68.1205.26170.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 205 (80.47% from 255) = 59.59%
R=37.21%
G=3.20%
B=59.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128112050.380.9500.20276.1989.8142.35
Hex80BCD265F0141145a2a
Octal200133154613702442413252
Binary1000000010111100110110011010111110101001000101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #800BCD;
 }
 .AnyTagClassName
 {
   color: #800BCD;
 }
</style>
background-color css

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

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

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

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

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

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