#9A5392

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

Shades of Violet Blue #9A5392

Tints of Violet Blue #9A5392

Color information

#9A5392 (or 0x9A5392) is unknown color: approx Violet Blue. HEX triplet: 9A, 53 and 92. RGB value is (154,83,146). Sum of RGB (Red+Green+Blue) = 154+83+146=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5392 is #65AC6D. Grayscale: #6F6F6F. Windows color (decimal): -6663278 or 9589658. OLE color: 9589658.

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

Color convert

RGB15483146-
CMYK00.460.050.40
HSL306.76º29.96%46.47%-
HSV(B)306.76º46.1%60.39%-
XYZ21.6115.1328.98-
YUV111.41147.52158.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=40.21%
G=21.67%
B=38.12%

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
Decimal1548314600.460.050.40306.7629.9646.47
Hex9A539202E5281331e2e
Octal2321232220565504633656
Binary10011010101001110010010010111010110100010011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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