#9B3185

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

Shades of Dark Purple #9B3185

Tints of Dark Purple #9B3185

Color information

#9B3185 (or 0x9B3185) is unknown color: approx Dark Purple. HEX triplet: 9B, 31 and 85. RGB value is (155,49,133). Sum of RGB (Red+Green+Blue) = 155+49+133=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3185 is #64CE7A. Grayscale: #5A5A5A. Windows color (decimal): -6606459 or 8728987. OLE color: 8728987.

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

Color convert

RGB15549133-
CMYK00.680.140.39
HSL312.45º51.96%40%-
HSV(B)312.45º68.39%60.78%-
XYZ18.8510.8623.29-
YUV90.27152.12174.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=45.99%
G=14.54%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554913300.680.140.39312.4551.9640
Hex9B3185044E271383428
Octal23361205010416474706450
Binary1001101111000110000101010001001110100111100111000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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