#9B287F

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

Shades of Dark Purple #9B287F

Tints of Dark Purple #9B287F

Color information

#9B287F (or 0x9B287F) is unknown color: approx Dark Purple. HEX triplet: 9B, 28 and 7F. RGB value is (155,40,127). Sum of RGB (Red+Green+Blue) = 155+40+127=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B287F is #64D780. Grayscale: #545454. Windows color (decimal): -6608769 or 8333467. OLE color: 8333467.

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

Color convert

RGB15540127-
CMYK00.740.180.39
HSL314.61º58.97%38.24%-
HSV(B)314.61º74.19%60.78%-
XYZ18.1110.0221.06-
YUV84.3152.1178.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 127 (50% from 255) = 39.44%
R=48.14%
G=12.42%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554012700.740.180.39314.6158.9738.24
Hex9B287F04A122713b3b26
Octal23350177011222474737346
Binary1001101110100011111110100101010010100111100111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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