#9A5193

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

Shades of Violet Blue #9A5193

Tints of Violet Blue #9A5193

Color information

#9A5193 (or 0x9A5193) is unknown color: approx Violet Blue. HEX triplet: 9A, 51 and 93. RGB value is (154,81,147). Sum of RGB (Red+Green+Blue) = 154+81+147=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5193 is #65AE6C. Grayscale: #6E6E6E. Windows color (decimal): -6663789 or 9654682. OLE color: 9654682.

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

Color convert

RGB15481147-
CMYK00.470.050.40
HSL305.75º31.06%46.08%-
HSV(B)305.75º47.4%60.39%-
XYZ21.5414.8629.34-
YUV110.35148.68159.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=40.31%
G=21.20%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548114700.470.050.40305.7531.0646.08
Hex9A519302F5281321f2e
Octal2321212230575504623756
Binary10011010101000110010011010111110110100010011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,81,147); }

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

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

 a { background-color: rgb(154,81,147); }

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

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

 span { border-color: rgb(154,81,147); }

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