#9A51A2

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

Shades of Violet Blue #9A51A2

Tints of Violet Blue #9A51A2

Color information

#9A51A2 (or 0x9A51A2) is unknown color: approx Violet Blue. HEX triplet: 9A, 51 and A2. RGB value is (154,81,162). Sum of RGB (Red+Green+Blue) = 154+81+162=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #9A51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A51A2 is #65AE5D. Grayscale: #6F6F6F. Windows color (decimal): -6663774 or 10637722. OLE color: 10637722.

HSL color Cylindrical-coordinate representation of color #9A51A2: hue angle of 294.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A51A2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15481162-
CMYK0.050.5000.36
HSL294.07º33.33%47.65%-
HSV(B)294.07º50%63.53%-
XYZ22.7915.3635.95-
YUV112.06156.18157.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=38.79%
G=20.40%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154811620.050.5000.36294.0733.3347.65
Hex9A51A25320241262130
Octal2321212425620444464160
Binary100110101010001101000101011100100100100100100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,81,162); }

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

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

 a { background-color: rgb(154,81,162); }

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

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

 span { border-color: rgb(154,81,162); }

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