#9B2878

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

Shades of Dark Purple #9B2878

Tints of Dark Purple #9B2878

Color information

#9B2878 (or 0x9B2878) is unknown color: approx Dark Purple. HEX triplet: 9B, 28 and 78. RGB value is (155,40,120). Sum of RGB (Red+Green+Blue) = 155+40+120=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2878 is #64D787. Grayscale: #535353. Windows color (decimal): -6608776 or 7874715. OLE color: 7874715.

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

Color convert

RGB15540120-
CMYK00.740.230.39
HSL318.26º58.97%38.24%-
HSV(B)318.26º74.19%60.78%-
XYZ17.679.8418.74-
YUV83.5148.6179-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=49.21%
G=12.70%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554012000.740.230.39318.2658.9738.24
Hex9B287804A172713e3b26
Octal23350170011227474767346
Binary1001101110100011110000100101010111100111100111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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