#9A4591

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

Shades of Violet Blue #9A4591

Tints of Violet Blue #9A4591

Color information

#9A4591 (or 0x9A4591) is unknown color: approx Violet Blue. HEX triplet: 9A, 45 and 91. RGB value is (154,69,145). Sum of RGB (Red+Green+Blue) = 154+69+145=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4591 is #65BA6E. Grayscale: #666666. Windows color (decimal): -6666863 or 9520538. OLE color: 9520538.

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

Color convert

RGB15469145-
CMYK00.550.060.40
HSL306.35º38.12%43.73%-
HSV(B)306.35º55.19%60.39%-
XYZ20.5713.1728.25-
YUV103.08151.66164.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=41.85%
G=18.75%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546914500.550.060.40306.3538.1243.73
Hex9A4591037628132262c
Octal2321052210676504624654
Binary100110101000101100100010110111110101000100110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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