#9A4689

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

Shades of Violet Blue #9A4689

Tints of Violet Blue #9A4689

Color information

#9A4689 (or 0x9A4689) is unknown color: approx Violet Blue. HEX triplet: 9A, 46 and 89. RGB value is (154,70,137). Sum of RGB (Red+Green+Blue) = 154+70+137=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4689 is #65B976. Grayscale: #666666. Windows color (decimal): -6666615 or 8996506. OLE color: 8996506.

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

Color convert

RGB15470137-
CMYK00.550.110.40
HSL312.14º37.5%43.92%-
HSV(B)312.14º54.55%60.39%-
XYZ20.0313.0625.13-
YUV102.75147.33164.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=42.66%
G=19.39%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547013700.550.110.40312.1437.543.92
Hex9A4689037B28138262c
Octal23210621106713504704654
Binary1001101010001101000100101101111011101000100111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,70,137); }

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

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

 a { background-color: rgb(154,70,137); }

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

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

 span { border-color: rgb(154,70,137); }

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