#9B2191

Color #9B2191 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9B2191

Tints of Dark Purple #9B2191

Color information

#9B2191 (or 0x9B2191) is unknown color: approx Dark Purple. HEX triplet: 9B, 21 and 91. RGB value is (155,33,145). Sum of RGB (Red+Green+Blue) = 155+33+145=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2191 is #64DE6E. Grayscale: #515151. Windows color (decimal): -6610543 or 9511323. OLE color: 9511323.

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

Color convert

RGB15533145-
CMYK00.790.060.39
HSL304.92º64.89%36.86%-
HSV(B)304.92º78.71%60.78%-
XYZ19.1710.127.73-
YUV82.25163.42179.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=46.55%
G=9.91%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553314500.790.060.39304.9264.8936.86
Hex9B219104F6271314125
Octal23341221011764746110145
Binary1001101110000110010001010011111101001111001100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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