#890BD0

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

Shades of Dark Violet #890BD0

Tints of Dark Violet #890BD0

Color information

#890BD0 (or 0x890BD0) is unknown color: approx Dark Violet. HEX triplet: 89, 0B and D0. RGB value is (137,11,208). Sum of RGB (Red+Green+Blue) = 137+11+208=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #890BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BD0 is #76F42F. Grayscale: #464646. Windows color (decimal): -7795760 or 13634441. OLE color: 13634441.

HSL color Cylindrical-coordinate representation of color #890BD0: hue angle of 278.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BD0 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13711208-
CMYK0.340.9500.18
HSL278.38º89.95%42.94%-
HSV(B)278.38º94.71%81.57%-
XYZ21.8210.1160.48-
YUV71.13205.24174.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 208 (81.64% from 255) = 58.43%
R=38.48%
G=3.09%
B=58.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal137112080.340.9500.18278.3889.9542.94
Hex89BD0225F0121165a2b
Octal211133204213702242613253
Binary1000100110111101000010001010111110100101000101101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890BD0; }

 p { color: rgb(137,11,208); }

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

<style>
 a { background-color: #890BD0; }

 a { background-color: rgb(137,11,208); }

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

<style>
 span { border-color: #890BD0; }

 span { border-color: rgb(137,11,208); }

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