#9B2770

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

Shades of Dark Purple #9B2770

Tints of Dark Purple #9B2770

Color information

#9B2770 (or 0x9B2770) is unknown color: approx Dark Purple. HEX triplet: 9B, 27 and 70. RGB value is (155,39,112). Sum of RGB (Red+Green+Blue) = 155+39+112=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2770 is #64D88F. Grayscale: #515151. Windows color (decimal): -6609040 or 7350171. OLE color: 7350171.

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

Color convert

RGB15539112-
CMYK00.750.280.39
HSL322.24º59.79%38.04%-
HSV(B)322.24º74.84%60.78%-
XYZ17.179.5916.28-
YUV82.01144.93180.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=50.65%
G=12.75%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553911200.750.280.39322.2459.7938.04
Hex9B277004B1C271423c26
Octal23347160011334475027446
Binary1001101110011111100000100101111100100111101000010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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