#9A5F9D

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

Shades of Violet Blue #9A5F9D

Tints of Violet Blue #9A5F9D

Color information

#9A5F9D (or 0x9A5F9D) is unknown color: approx Violet Blue. HEX triplet: 9A, 5F and 9D. RGB value is (154,95,157). Sum of RGB (Red+Green+Blue) = 154+95+157=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A5F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5F9D is #65A062. Grayscale: #777777. Windows color (decimal): -6660195 or 10313626. OLE color: 10313626.

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

Color convert

RGB15495157-
CMYK0.020.3900.38
HSL297.1º24.6%49.41%-
HSV(B)297.1º39.49%61.57%-
XYZ23.517.4934.04-
YUV119.71149.05152.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.93%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=37.93%
G=23.40%
B=38.67%

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
Decimal154951570.020.3900.38297.124.649.41
Hex9A5F9D2270261291931
Octal2321372352470464513161
Binary1001101010111111001110110100111010011010010100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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