#9B2370

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

Shades of Dark Purple #9B2370

Tints of Dark Purple #9B2370

Color information

#9B2370 (or 0x9B2370) is unknown color: approx Dark Purple. HEX triplet: 9B, 23 and 70. RGB value is (155,35,112). Sum of RGB (Red+Green+Blue) = 155+35+112=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2370 is #64DC8F. Grayscale: #4F4F4F. Windows color (decimal): -6610064 or 7349147. OLE color: 7349147.

HSL color Cylindrical-coordinate representation of color #9B2370: hue angle of 321.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2370 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15535112-
CMYK00.770.280.39
HSL321.5º63.16%37.25%-
HSV(B)321.5º77.42%60.78%-
XYZ17.049.3416.23-
YUV79.66146.26181.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=51.32%
G=11.59%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553511200.770.280.39321.563.1637.25
Hex9B237004D1C271423f25
Octal23343160011534475027745
Binary1001101110001111100000100110111100100111101000010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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