#9B3184

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

Shades of Dark Purple #9B3184

Tints of Dark Purple #9B3184

Color information

#9B3184 (or 0x9B3184) is unknown color: approx Dark Purple. HEX triplet: 9B, 31 and 84. RGB value is (155,49,132). Sum of RGB (Red+Green+Blue) = 155+49+132=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3184 is #64CE7B. Grayscale: #595959. Windows color (decimal): -6606460 or 8663451. OLE color: 8663451.

HSL color Cylindrical-coordinate representation of color #9B3184: hue angle of 313.02º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3184 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15549132-
CMYK00.680.150.39
HSL313.02º51.96%40%-
HSV(B)313.02º68.39%60.78%-
XYZ18.7810.8322.93-
YUV90.16151.62174.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=46.13%
G=14.58%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554913200.680.150.39313.0251.9640
Hex9B3184044F271393428
Octal23361204010417474716450
Binary1001101111000110000100010001001111100111100111001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,132); }

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

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

 a { background-color: rgb(155,49,132); }

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

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

 span { border-color: rgb(155,49,132); }

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