#890ABC

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

Shades of Dark Violet #890ABC

Tints of Dark Violet #890ABC

Color information

#890ABC (or 0x890ABC) is unknown color: approx Dark Violet. HEX triplet: 89, 0A and BC. RGB value is (137,10,188). Sum of RGB (Red+Green+Blue) = 137+10+188=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #890ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ABC is #76F543. Grayscale: #434343. Windows color (decimal): -7796036 or 12323465. OLE color: 12323465.

HSL color Cylindrical-coordinate representation of color #890ABC: hue angle of 282.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ABC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13710188-
CMYK0.270.9500.26
HSL282.81º89.9%38.82%-
HSV(B)282.81º94.68%73.73%-
XYZ19.59.1748.32-
YUV68.26195.58177.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=40.90%
G=2.99%
B=56.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137101880.270.9500.26282.8189.938.82
Hex89ABC1B5F01A11b5a27
Octal211122743313703243313247
Binary100010011010101111001101110111110110101000110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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