#9B3288

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

Shades of Dark Purple #9B3288

Tints of Dark Purple #9B3288

Color information

#9B3288 (or 0x9B3288) is unknown color: approx Dark Purple. HEX triplet: 9B, 32 and 88. RGB value is (155,50,136). Sum of RGB (Red+Green+Blue) = 155+50+136=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3288 is #64CD77. Grayscale: #5A5A5A. Windows color (decimal): -6606200 or 8925851. OLE color: 8925851.

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

Color convert

RGB15550136-
CMYK00.680.120.39
HSL310.86º51.22%40.2%-
HSV(B)310.86º67.74%60.78%-
XYZ19.111.0324.41-
YUV91.2153.29173.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=45.45%
G=14.66%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555013600.680.120.39310.8651.2240.2
Hex9B3288044C271373328
Octal23362210010414474676350
Binary1001101111001010001000010001001100100111100110111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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