#9E62AB

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

Shades of Violet Blue #9E62AB

Tints of Violet Blue #9E62AB

Color information

#9E62AB (or 0x9E62AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 62 and AB. RGB value is (158,98,171). Sum of RGB (Red+Green+Blue) = 158+98+171=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E62AB is #619D54. Grayscale: #7C7C7C. Windows color (decimal): -6397269 or 11231902. OLE color: 11231902.

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

Color convert

RGB15898171-
CMYK0.080.4300.33
HSL289.32º30.29%52.75%-
HSV(B)289.32º42.69%67.06%-
XYZ25.8218.9440.82-
YUV124.26154.38152.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=37.00%
G=22.95%
B=40.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158981710.080.4300.33289.3230.2952.75
Hex9E62AB82B0211211e35
Octal23614225310530414413665
Binary100111101100010101010111000101011010000110010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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