#890AB6

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

Shades of Dark Violet #890AB6

Tints of Dark Violet #890AB6

Color information

#890AB6 (or 0x890AB6) is unknown color: approx Dark Violet. HEX triplet: 89, 0A and B6. RGB value is (137,10,182). Sum of RGB (Red+Green+Blue) = 137+10+182=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #890AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AB6 is #76F549. Grayscale: #434343. Windows color (decimal): -7796042 or 11930249. OLE color: 11930249.

HSL color Cylindrical-coordinate representation of color #890AB6: hue angle of 284.3º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AB6 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13710182-
CMYK0.250.9500.29
HSL284.3º89.58%37.65%-
HSV(B)284.3º94.51%71.37%-
XYZ18.878.9144.98-
YUV67.58192.58177.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=41.64%
G=3.04%
B=55.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137101820.250.9500.29284.389.5837.65
Hex89AB6195F01D11c5a26
Octal211122663113703543413246
Binary100010011010101101101100110111110111011000111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,10,182); }

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

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

 a { background-color: rgb(137,10,182); }

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

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

 span { border-color: rgb(137,10,182); }

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