#9E60AB

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

Shades of Violet Blue #9E60AB

Tints of Violet Blue #9E60AB

Color information

#9E60AB (or 0x9E60AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 60 and AB. RGB value is (158,96,171). Sum of RGB (Red+Green+Blue) = 158+96+171=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E60AB is #619F54. Grayscale: #7A7A7A. Windows color (decimal): -6397781 or 11231390. OLE color: 11231390.

HSL color Cylindrical-coordinate representation of color #9E60AB: hue angle of 289.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E60AB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15896171-
CMYK0.080.4400.33
HSL289.6º30.86%52.35%-
HSV(B)289.6º43.86%67.06%-
XYZ25.6318.5840.76-
YUV123.09155.04152.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=37.18%
G=22.59%
B=40.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158961710.080.4400.33289.630.8652.35
Hex9E60AB82C0211221f34
Octal23614025310540414423764
Binary100111101100000101010111000101100010000110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E60AB; }

 p { color: rgb(158,96,171); }

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

<style>
 a { background-color: #9E60AB; }

 a { background-color: rgb(158,96,171); }

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

<style>
 span { border-color: #9E60AB; }

 span { border-color: rgb(158,96,171); }

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