#9E65AB

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

Shades of Violet Blue #9E65AB

Tints of Violet Blue #9E65AB

Color information

#9E65AB (or 0x9E65AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and AB. RGB value is (158,101,171). Sum of RGB (Red+Green+Blue) = 158+101+171=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E65AB is #619A54. Grayscale: #7D7D7D. Windows color (decimal): -6396501 or 11232670. OLE color: 11232670.

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

Color convert

RGB158101171-
CMYK0.080.4100.33
HSL288.86º29.41%53.33%-
HSV(B)288.86º40.94%67.06%-
XYZ26.119.5240.92-
YUV126.02153.38150.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=36.74%
G=23.49%
B=39.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581011710.080.4100.33288.8629.4153.33
Hex9E65AB8290211211d35
Octal23614525310510414413565
Binary100111101100101101010111000101001010000110010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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