#9A4588

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

Shades of Violet Blue #9A4588

Tints of Violet Blue #9A4588

Color information

#9A4588 (or 0x9A4588) is unknown color: approx Violet Blue. HEX triplet: 9A, 45 and 88. RGB value is (154,69,136). Sum of RGB (Red+Green+Blue) = 154+69+136=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4588 is #65BA77. Grayscale: #656565. Windows color (decimal): -6666872 or 8930714. OLE color: 8930714.

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

Color convert

RGB15469136-
CMYK00.550.120.40
HSL312.71º38.12%43.73%-
HSV(B)312.71º55.19%60.39%-
XYZ19.912.924.73-
YUV102.05147.16165.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=42.90%
G=19.22%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546913600.550.120.40312.7138.1243.73
Hex9A4588037C28139262c
Octal23210521006714504714654
Binary1001101010001011000100001101111100101000100111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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