#9A4B97

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

Shades of Violet Blue #9A4B97

Tints of Violet Blue #9A4B97

Color information

#9A4B97 (or 0x9A4B97) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and 97. RGB value is (154,75,151). Sum of RGB (Red+Green+Blue) = 154+75+151=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4B97 is #65B468. Grayscale: #6B6B6B. Windows color (decimal): -6665321 or 9915290. OLE color: 9915290.

HSL color Cylindrical-coordinate representation of color #9A4B97: hue angle of 302.28º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B97 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB15475151-
CMYK00.510.020.40
HSL302.28º34.5%44.9%-
HSV(B)302.28º51.3%60.39%-
XYZ21.4314.1430.88-
YUV107.28152.67161.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 151 (59.38% from 255) = 39.74%
R=40.53%
G=19.74%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547515100.510.020.40302.2834.544.9
Hex9A4B9703322812e222d
Octal2321132270632504564255
Binary10011010100101110010111011001110101000100101110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,151); }

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

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

 a { background-color: rgb(154,75,151); }

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

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

 span { border-color: rgb(154,75,151); }

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