#9A5795

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

Shades of Violet Blue #9A5795

Tints of Violet Blue #9A5795

Color information

#9A5795 (or 0x9A5795) is unknown color: approx Violet Blue. HEX triplet: 9A, 57 and 95. RGB value is (154,87,149). Sum of RGB (Red+Green+Blue) = 154+87+149=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5795 is #65A86A. Grayscale: #717171. Windows color (decimal): -6662251 or 9787290. OLE color: 9787290.

HSL color Cylindrical-coordinate representation of color #9A5795: hue angle of 304.48º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5795 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15487149-
CMYK00.440.030.40
HSL304.48º27.8%47.25%-
HSV(B)304.48º43.51%60.39%-
XYZ22.1615.8630.33-
YUV114.1147.7156.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=39.49%
G=22.31%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548714900.440.030.40304.4827.847.25
Hex9A579502C3281301c2f
Octal2321272250543504603457
Binary1001101010101111001010101011001110100010011000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,87,149); }

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

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

 a { background-color: rgb(154,87,149); }

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

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

 span { border-color: rgb(154,87,149); }

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