#9B4591

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

Shades of Violet Blue #9B4591

Tints of Violet Blue #9B4591

Color information

#9B4591 (or 0x9B4591) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 91. RGB value is (155,69,145). Sum of RGB (Red+Green+Blue) = 155+69+145=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4591 is #64BA6E. Grayscale: #676767. Windows color (decimal): -6601327 or 9520539. OLE color: 9520539.

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

Color convert

RGB15569145-
CMYK00.550.060.39
HSL306.98º38.39%43.92%-
HSV(B)306.98º55.48%60.78%-
XYZ20.7613.2728.26-
YUV103.38151.49164.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=42.01%
G=18.70%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556914500.550.060.39306.9838.3943.92
Hex9B4591037627133262c
Octal2331052210676474634654
Binary100110111000101100100010110111110100111100110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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