#800CBF

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

Shades of Dark Violet #800CBF

Tints of Dark Violet #800CBF

Color information

#800CBF (or 0x800CBF) is unknown color: approx Dark Violet. HEX triplet: 80, 0C and BF. RGB value is (128,12,191). Sum of RGB (Red+Green+Blue) = 128+12+191=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #800CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CBF is #7FF340. Grayscale: #424242. Windows color (decimal): -8385345 or 12520576. OLE color: 12520576.

HSL color Cylindrical-coordinate representation of color #800CBF: hue angle of 278.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CBF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12812191-
CMYK0.330.9400.25
HSL278.88º88.18%39.8%-
HSV(B)278.88º93.72%74.9%-
XYZ18.448.6149.98-
YUV67.09197.93171.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 191 (75% from 255) = 57.70%
R=38.67%
G=3.63%
B=57.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128121910.330.9400.25278.8888.1839.8
Hex80CBF215E0191175828
Octal200142774113603142713050
Binary1000000011001011111110000110111100110011000101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,12,191); }

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

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

 a { background-color: rgb(128,12,191); }

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

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

 span { border-color: rgb(128,12,191); }

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