#9A5794

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

Shades of Violet Blue #9A5794

Tints of Violet Blue #9A5794

Color information

#9A5794 (or 0x9A5794) is unknown color: approx Violet Blue. HEX triplet: 9A, 57 and 94. RGB value is (154,87,148). Sum of RGB (Red+Green+Blue) = 154+87+148=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5794 is #65A86B. Grayscale: #717171. Windows color (decimal): -6662252 or 9721754. OLE color: 9721754.

HSL color Cylindrical-coordinate representation of color #9A5794: hue angle of 305.37º 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 #9A5794 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15487148-
CMYK00.440.040.40
HSL305.37º27.8%47.25%-
HSV(B)305.37º43.51%60.39%-
XYZ22.0815.8229.91-
YUV113.99147.2156.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=39.59%
G=22.37%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548714800.440.040.40305.3727.847.25
Hex9A579402C4281311c2f
Octal2321272240544504613457
Binary10011010101011110010100010110010010100010011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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