#9B4590

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

Shades of Violet Blue #9B4590

Tints of Violet Blue #9B4590

Color information

#9B4590 (or 0x9B4590) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 90. RGB value is (155,69,144). Sum of RGB (Red+Green+Blue) = 155+69+144=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4590 is #64BA6F. Grayscale: #676767. Windows color (decimal): -6601328 or 9455003. OLE color: 9455003.

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

Color convert

RGB15569144-
CMYK00.550.070.39
HSL307.67º38.39%43.92%-
HSV(B)307.67º55.48%60.78%-
XYZ20.6813.2427.85-
YUV103.26150.99164.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=42.12%
G=18.75%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556914400.550.070.39307.6738.3943.92
Hex9B4590037727134262c
Octal2331052200677474644654
Binary100110111000101100100000110111111100111100110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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