#9A4C92

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

Shades of Violet Blue #9A4C92

Tints of Violet Blue #9A4C92

Color information

#9A4C92 (or 0x9A4C92) is unknown color: approx Violet Blue. HEX triplet: 9A, 4C and 92. RGB value is (154,76,146). Sum of RGB (Red+Green+Blue) = 154+76+146=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4C92 is #65B36D. Grayscale: #6B6B6B. Windows color (decimal): -6665070 or 9587866. OLE color: 9587866.

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

Color convert

RGB15476146-
CMYK00.510.050.40
HSL306.15º33.91%45.1%-
HSV(B)306.15º50.65%60.39%-
XYZ21.114.1128.81-
YUV107.3149.84161.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.96%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=40.96%
G=20.21%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547614600.510.050.40306.1533.9145.1
Hex9A4C92033528132222d
Octal2321142220635504624255
Binary100110101001100100100100110011101101000100110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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