#880EBF

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

Shades of Dark Violet #880EBF

Tints of Dark Violet #880EBF

Color information

#880EBF (or 0x880EBF) is unknown color: approx Dark Violet. HEX triplet: 88, 0E and BF. RGB value is (136,14,191). Sum of RGB (Red+Green+Blue) = 136+14+191=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #880EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EBF is #77F140. Grayscale: #464646. Windows color (decimal): -7860545 or 12521096. OLE color: 12521096.

HSL color Cylindrical-coordinate representation of color #880EBF: hue angle of 281.36º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EBF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13614191-
CMYK0.290.9300.25
HSL281.36º86.34%40.2%-
HSV(B)281.36º92.67%74.9%-
XYZ19.719.3150.05-
YUV70.66195.92174.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 14 (5.86% from 255) = 4.11%
BLUE value IS 191 (75% from 255) = 56.01%
R=39.88%
G=4.11%
B=56.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136141910.290.9300.25281.3686.3440.2
Hex88EBF1D5D0191195628
Octal210162773513503143112650
Binary100010001110101111111110110111010110011000110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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