#9A4592

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

Shades of Violet Blue #9A4592

Tints of Violet Blue #9A4592

Color information

#9A4592 (or 0x9A4592) is unknown color: approx Violet Blue. HEX triplet: 9A, 45 and 92. RGB value is (154,69,146). Sum of RGB (Red+Green+Blue) = 154+69+146=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4592 is #65BA6D. Grayscale: #666666. Windows color (decimal): -6666862 or 9586074. OLE color: 9586074.

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

Color convert

RGB15469146-
CMYK00.550.050.40
HSL305.65º38.12%43.73%-
HSV(B)305.65º55.19%60.39%-
XYZ20.6413.228.65-
YUV103.19152.16164.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=41.73%
G=18.70%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546914600.550.050.40305.6538.1243.73
Hex9A4592037528132262c
Octal2321052220675504624654
Binary100110101000101100100100110111101101000100110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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