#9B3581

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

Shades of Dark Purple #9B3581

Tints of Dark Purple #9B3581

Color information

#9B3581 (or 0x9B3581) is unknown color: approx Dark Purple. HEX triplet: 9B, 35 and 81. RGB value is (155,53,129). Sum of RGB (Red+Green+Blue) = 155+53+129=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3581 is #64CA7E. Grayscale: #5B5B5B. Windows color (decimal): -6605439 or 8467867. OLE color: 8467867.

HSL color Cylindrical-coordinate representation of color #9B3581: hue angle of 315.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3581 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15553129-
CMYK00.660.170.39
HSL315.29º49.04%40.78%-
HSV(B)315.29º65.81%60.78%-
XYZ18.7511.121.92-
YUV92.16148.79172.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=45.99%
G=15.73%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555312900.660.170.39315.2949.0440.78
Hex9B3581042112713b3129
Octal23365201010221474736151
Binary10011011110101100000010100001010001100111100111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,129); }

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

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

 a { background-color: rgb(155,53,129); }

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

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

 span { border-color: rgb(155,53,129); }

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