#9B3487

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

Shades of Dark Purple #9B3487

Tints of Dark Purple #9B3487

Color information

#9B3487 (or 0x9B3487) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 87. RGB value is (155,52,135). Sum of RGB (Red+Green+Blue) = 155+52+135=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3487 is #64CB78. Grayscale: #5C5C5C. Windows color (decimal): -6605689 or 8860827. OLE color: 8860827.

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

Color convert

RGB15552135-
CMYK00.660.130.39
HSL311.65º49.76%40.59%-
HSV(B)311.65º66.45%60.78%-
XYZ19.1211.1724.07-
YUV92.26152.12172.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=45.32%
G=15.20%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555213500.660.130.39311.6549.7640.59
Hex9B3487042D271383229
Octal23364207010215474706251
Binary1001101111010010000111010000101101100111100111000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,135); }

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

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

 a { background-color: rgb(155,52,135); }

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

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

 span { border-color: rgb(155,52,135); }

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