#9A5EA4

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

Shades of Violet Blue #9A5EA4

Tints of Violet Blue #9A5EA4

Color information

#9A5EA4 (or 0x9A5EA4) is unknown color: approx Violet Blue. HEX triplet: 9A, 5E and A4. RGB value is (154,94,164). Sum of RGB (Red+Green+Blue) = 154+94+164=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A5EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EA4 is #65A15B. Grayscale: #777777. Windows color (decimal): -6660444 or 10772122. OLE color: 10772122.

HSL color Cylindrical-coordinate representation of color #9A5EA4: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5EA4 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15494164-
CMYK0.060.4300.36
HSL291.43º27.78%50.59%-
HSV(B)291.43º42.68%64.31%-
XYZ24.0317.5637.24-
YUV119.92152.88152.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 164 (64.45% from 255) = 39.81%
R=37.38%
G=22.82%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154941640.060.4300.36291.4327.7850.59
Hex9A5EA462B0241231c33
Octal2321362446530444433463
Binary10011010101111010100100110101011010010010010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,164); }

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

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

 a { background-color: rgb(154,94,164); }

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

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

 span { border-color: rgb(154,94,164); }

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