#880BDF

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

Shades of Dark Violet #880BDF

Tints of Dark Violet #880BDF

Color information

#880BDF (or 0x880BDF) is unknown color: approx Dark Violet. HEX triplet: 88, 0B and DF. RGB value is (136,11,223). Sum of RGB (Red+Green+Blue) = 136+11+223=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #880BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDF is #77F420. Grayscale: #474747. Windows color (decimal): -7861281 or 14617480. OLE color: 14617480.

HSL color Cylindrical-coordinate representation of color #880BDF: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BDF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13611223-
CMYK0.390.9500.13
HSL275.38º90.6%45.88%-
HSV(B)275.38º95.07%87.45%-
XYZ23.5910.870.65-
YUV72.54212.91173.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 11 (4.69% from 255) = 2.97%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=36.76%
G=2.97%
B=60.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136112230.390.9500.13275.3890.645.88
Hex88BDF275F0D1135b2e
Octal210133374713701542313356
Binary100010001011110111111001111011111011011000100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,11,223); }

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

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

 a { background-color: rgb(136,11,223); }

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

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

 span { border-color: rgb(136,11,223); }

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