#9A609D

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

Shades of Violet Blue #9A609D

Tints of Violet Blue #9A609D

Color information

#9A609D (or 0x9A609D) is unknown color: approx Violet Blue. HEX triplet: 9A, 60 and 9D. RGB value is (154,96,157). Sum of RGB (Red+Green+Blue) = 154+96+157=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A609D is #659F62. Grayscale: #787878. Windows color (decimal): -6659939 or 10313882. OLE color: 10313882.

HSL color Cylindrical-coordinate representation of color #9A609D: hue angle of 297.05º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A609D is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15496157-
CMYK0.020.3900.38
HSL297.05º24.11%49.61%-
HSV(B)297.05º38.85%61.57%-
XYZ23.617.6734.07-
YUV120.3148.72152.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=37.84%
G=23.59%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154961570.020.3900.38297.0524.1149.61
Hex9A609D2270261291832
Octal2321402352470464513062
Binary1001101011000001001110110100111010011010010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,96,157); }

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

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

 a { background-color: rgb(154,96,157); }

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

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

 span { border-color: rgb(154,96,157); }

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