#9B4490

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

Shades of Violet Blue #9B4490

Tints of Violet Blue #9B4490

Color information

#9B4490 (or 0x9B4490) is unknown color: approx Violet Blue. HEX triplet: 9B, 44 and 90. RGB value is (155,68,144). Sum of RGB (Red+Green+Blue) = 155+68+144=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4490 is #64BB6F. Grayscale: #666666. Windows color (decimal): -6601584 or 9454747. OLE color: 9454747.

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

Color convert

RGB15568144-
CMYK00.560.070.39
HSL307.59º39.01%43.73%-
HSV(B)307.59º56.13%60.78%-
XYZ20.6213.1227.83-
YUV102.68151.32165.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=42.23%
G=18.53%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556814400.560.070.39307.5939.0143.73
Hex9B4490038727134272c
Octal2331042200707474644754
Binary100110111000100100100000111000111100111100110100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,68,144); }

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

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

 a { background-color: rgb(155,68,144); }

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

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

 span { border-color: rgb(155,68,144); }

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