#9E69A2

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

Shades of Violet Blue #9E69A2

Tints of Violet Blue #9E69A2

Color information

#9E69A2 (or 0x9E69A2) is unknown color: approx Violet Blue. HEX triplet: 9E, 69 and A2. RGB value is (158,105,162). Sum of RGB (Red+Green+Blue) = 158+105+162=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 162 - color contains mainly: blue. Hex color #9E69A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E69A2 is #61965D. Grayscale: #7F7F7F. Windows color (decimal): -6395486 or 10643870. OLE color: 10643870.

HSL color Cylindrical-coordinate representation of color #9E69A2: hue angle of 295.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E69A2 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB158105162-
CMYK0.020.3500.36
HSL295.79º23.46%52.35%-
HSV(B)295.79º35.19%63.53%-
XYZ25.6719.9836.69-
YUV127.34147.56149.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=37.18%
G=24.71%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581051620.020.3500.36295.7923.4652.35
Hex9E69A22230241281734
Octal2361512422430444502764
Binary1001111011010011010001010100011010010010010100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,162); }

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

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

 a { background-color: rgb(158,105,162); }

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

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

 span { border-color: rgb(158,105,162); }

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