#9861A0

Color #9861A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9861A0

Tints of Violet Blue #9861A0

Color information

#9861A0 (or 0x9861A0) is unknown color: approx Violet Blue. HEX triplet: 98, 61 and A0. RGB value is (152,97,160). Sum of RGB (Red+Green+Blue) = 152+97+160=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 160 - color contains mainly: blue. Hex color #9861A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9861A0 is #679E5F. Grayscale: #787878. Windows color (decimal): -6790752 or 10510744. OLE color: 10510744.

HSL color Cylindrical-coordinate representation of color #9861A0: hue angle of 292.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9861A0 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15297160-
CMYK0.050.3900.37
HSL292.38º24.9%50.39%-
HSV(B)292.38º39.38%62.75%-
XYZ23.5717.7635.44-
YUV120.63150.22150.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 160 (62.89% from 255) = 39.12%
R=37.16%
G=23.72%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152971600.050.3900.37292.3824.950.39
Hex9861A05270251241932
Octal2301412405470454443162
Binary10011000110000110100000101100111010010110010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9861A0; }

 p { color: rgb(152,97,160); }

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

<style>
 a { background-color: #9861A0; }

 a { background-color: rgb(152,97,160); }

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

<style>
 span { border-color: #9861A0; }

 span { border-color: rgb(152,97,160); }

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