#9B4589

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

Shades of Violet Blue #9B4589

Tints of Violet Blue #9B4589

Color information

#9B4589 (or 0x9B4589) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 89. RGB value is (155,69,137). Sum of RGB (Red+Green+Blue) = 155+69+137=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4589 is #64BA76. Grayscale: #666666. Windows color (decimal): -6601335 or 8996251. OLE color: 8996251.

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

Color convert

RGB15569137-
CMYK00.550.120.39
HSL312.56º38.39%43.92%-
HSV(B)312.56º55.48%60.78%-
XYZ20.1613.0325.12-
YUV102.47147.49165.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=42.94%
G=19.11%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556913700.550.120.39312.5638.3943.92
Hex9B4589037C27139262c
Octal23310521106714474714654
Binary1001101110001011000100101101111100100111100111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,137); }

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

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

 a { background-color: rgb(155,69,137); }

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

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

 span { border-color: rgb(155,69,137); }

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