#880CBF

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

Shades of Dark Violet #880CBF

Tints of Dark Violet #880CBF

Color information

#880CBF (or 0x880CBF) is unknown color: approx Dark Violet. HEX triplet: 88, 0C and BF. RGB value is (136,12,191). Sum of RGB (Red+Green+Blue) = 136+12+191=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #880CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CBF is #77F340. Grayscale: #444444. Windows color (decimal): -7861057 or 12520584. OLE color: 12520584.

HSL color Cylindrical-coordinate representation of color #880CBF: hue angle of 281.56º 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 #880CBF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13612191-
CMYK0.290.9400.25
HSL281.56º88.18%39.8%-
HSV(B)281.56º93.72%74.9%-
XYZ19.699.2650.04-
YUV69.48196.58175.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 191 (75% from 255) = 56.34%
R=40.12%
G=3.54%
B=56.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136121910.290.9400.25281.5688.1839.8
Hex88CBF1D5E01911a5828
Octal210142773513603143213050
Binary100010001100101111111110110111100110011000110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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