#9B3588

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

Shades of Dark Purple #9B3588

Tints of Dark Purple #9B3588

Color information

#9B3588 (or 0x9B3588) is unknown color: approx Dark Purple. HEX triplet: 9B, 35 and 88. RGB value is (155,53,136). Sum of RGB (Red+Green+Blue) = 155+53+136=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3588 is #64CA77. Grayscale: #5C5C5C. Windows color (decimal): -6605432 or 8926619. OLE color: 8926619.

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

Color convert

RGB15553136-
CMYK00.660.120.39
HSL311.18º49.04%40.78%-
HSV(B)311.18º65.81%60.78%-
XYZ19.2311.2924.46-
YUV92.96152.29172.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=45.06%
G=15.41%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555313600.660.120.39311.1849.0440.78
Hex9B3588042C271373129
Octal23365210010214474676151
Binary1001101111010110001000010000101100100111100110111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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