#9B287D

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

Shades of Dark Purple #9B287D

Tints of Dark Purple #9B287D

Color information

#9B287D (or 0x9B287D) is unknown color: approx Dark Purple. HEX triplet: 9B, 28 and 7D. RGB value is (155,40,125). Sum of RGB (Red+Green+Blue) = 155+40+125=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B287D is #64D782. Grayscale: #535353. Windows color (decimal): -6608771 or 8202395. OLE color: 8202395.

HSL color Cylindrical-coordinate representation of color #9B287D: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B287D is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15540125-
CMYK00.740.190.39
HSL315.65º58.97%38.24%-
HSV(B)315.65º74.19%60.78%-
XYZ17.989.9720.38-
YUV84.07151.1178.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=48.44%
G=12.5%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554012500.740.190.39315.6558.9738.24
Hex9B287D04A132713c3b26
Octal23350175011223474747346
Binary1001101110100011111010100101010011100111100111100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,125); }

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

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

 a { background-color: rgb(155,40,125); }

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

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

 span { border-color: rgb(155,40,125); }

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