#9A5393

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

Shades of Violet Blue #9A5393

Tints of Violet Blue #9A5393

Color information

#9A5393 (or 0x9A5393) is unknown color: approx Violet Blue. HEX triplet: 9A, 53 and 93. RGB value is (154,83,147). Sum of RGB (Red+Green+Blue) = 154+83+147=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5393 is #65AC6C. Grayscale: #6F6F6F. Windows color (decimal): -6663277 or 9655194. OLE color: 9655194.

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

Color convert

RGB15483147-
CMYK00.460.050.40
HSL305.92º29.96%46.47%-
HSV(B)305.92º46.1%60.39%-
XYZ21.6915.1629.39-
YUV111.52148.02158.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=40.10%
G=21.61%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548314700.460.050.40305.9229.9646.47
Hex9A539302E5281321e2e
Octal2321232230565504623656
Binary10011010101001110010011010111010110100010011001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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