#9B4599

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

Shades of Violet Blue #9B4599

Tints of Violet Blue #9B4599

Color information

#9B4599 (or 0x9B4599) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 99. RGB value is (155,69,153). Sum of RGB (Red+Green+Blue) = 155+69+153=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4599 is #64BA66. Grayscale: #686868. Windows color (decimal): -6601319 or 10044827. OLE color: 10044827.

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

Color convert

RGB15569153-
CMYK00.550.010.39
HSL301.4º38.39%43.92%-
HSV(B)301.4º55.48%60.78%-
XYZ21.413.5231.62-
YUV104.29155.49164.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=41.11%
G=18.30%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556915300.550.010.39301.438.3943.92
Hex9B459903712712d262c
Octal2331052310671474554654
Binary1001101110001011001100101101111100111100101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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