#9B1C70

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

Shades of Dark Purple #9B1C70

Tints of Dark Purple #9B1C70

Color information

#9B1C70 (or 0x9B1C70) is unknown color: approx Dark Purple. HEX triplet: 9B, 1C and 70. RGB value is (155,28,112). Sum of RGB (Red+Green+Blue) = 155+28+112=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C70 is #64E38F. Grayscale: #4B4B4B. Windows color (decimal): -6611856 or 7347355. OLE color: 7347355.

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

Color convert

RGB15528112-
CMYK00.820.280.39
HSL320.31º69.4%35.88%-
HSV(B)320.31º81.94%60.78%-
XYZ16.868.9716.17-
YUV75.55148.58184.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=52.54%
G=9.49%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552811200.820.280.39320.3169.435.88
Hex9B1C700521C271404524
Octal233341600122344750010544
Binary1001101111100111000001010010111001001111010000001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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