#9B2771

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

Shades of Dark Purple #9B2771

Tints of Dark Purple #9B2771

Color information

#9B2771 (or 0x9B2771) is unknown color: approx Dark Purple. HEX triplet: 9B, 27 and 71. RGB value is (155,39,113). Sum of RGB (Red+Green+Blue) = 155+39+113=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2771 is #64D88E. Grayscale: #515151. Windows color (decimal): -6609039 or 7415707. OLE color: 7415707.

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

Color convert

RGB15539113-
CMYK00.750.270.39
HSL321.72º59.79%38.04%-
HSV(B)321.72º74.84%60.78%-
XYZ17.229.6116.57-
YUV82.12145.43179.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=50.49%
G=12.70%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553911300.750.270.39321.7259.7938.04
Hex9B277104B1B271423c26
Octal23347161011333475027446
Binary1001101110011111100010100101111011100111101000010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,113); }

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

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

 a { background-color: rgb(155,39,113); }

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

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

 span { border-color: rgb(155,39,113); }

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