#9B4588

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

Shades of Violet Blue #9B4588

Tints of Violet Blue #9B4588

Color information

#9B4588 (or 0x9B4588) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 88. RGB value is (155,69,136). Sum of RGB (Red+Green+Blue) = 155+69+136=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4588 is #64BA77. Grayscale: #666666. Windows color (decimal): -6601336 or 8930715. OLE color: 8930715.

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

Color convert

RGB15569136-
CMYK00.550.120.39
HSL313.26º38.39%43.92%-
HSV(B)313.26º55.48%60.78%-
XYZ20.091324.74-
YUV102.35146.99165.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=43.06%
G=19.17%
B=37.78%

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
Decimal1556913600.550.120.39313.2638.3943.92
Hex9B4588037C27139262c
Octal23310521006714474714654
Binary1001101110001011000100001101111100100111100111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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