#9B2875

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

Shades of Dark Purple #9B2875

Tints of Dark Purple #9B2875

Color information

#9B2875 (or 0x9B2875) is unknown color: approx Dark Purple. HEX triplet: 9B, 28 and 75. RGB value is (155,40,117). Sum of RGB (Red+Green+Blue) = 155+40+117=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2875 is #64D78A. Grayscale: #525252. Windows color (decimal): -6608779 or 7678107. OLE color: 7678107.

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

Color convert

RGB15540117-
CMYK00.740.250.39
HSL319.83º58.97%38.24%-
HSV(B)319.83º74.19%60.78%-
XYZ17.499.7717.79-
YUV83.16147.1179.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=49.68%
G=12.82%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554011700.740.250.39319.8358.9738.24
Hex9B287504A19271403b26
Octal23350165011231475007346
Binary1001101110100011101010100101011001100111101000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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