#9B6491

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

Shades of Violet Blue #9B6491

Tints of Violet Blue #9B6491

Color information

#9B6491 (or 0x9B6491) is unknown color: approx Violet Blue. HEX triplet: 9B, 64 and 91. RGB value is (155,100,145). Sum of RGB (Red+Green+Blue) = 155+100+145=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6491 is #649B6E. Grayscale: #797979. Windows color (decimal): -6593391 or 9528475. OLE color: 9528475.

HSL color Cylindrical-coordinate representation of color #9B6491: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6491 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155100145-
CMYK00.350.060.39
HSL310.91º21.57%50%-
HSV(B)310.91º35.48%60.78%-
XYZ23.1918.1329.06-
YUV121.57141.22151.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=38.75%
G=25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510014500.350.060.39310.9121.5750
Hex9B64910236271371632
Octal2331442210436474672662
Binary10011011110010010010001010001111010011110011011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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