#9d1970

Color #9D1970 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9D1970

Tints of Jazzberry Jam #9D1970

Color information

#9D1970 (or 0x9D1970) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 19 and 70. RGB value is (157,25,112). Sum of RGB (Red+Green+Blue) = 157+25+112=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1970 is #62E68F. Grayscale: #4A4A4A. Windows color (decimal): -6481552 or 7346589. OLE color: 7346589.

HSL color Cylindrical-coordinate representation of color #9D1970: hue angle of 320.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1970 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15725112-
CMYK00.840.290.38
HSL320.45º72.53%35.69%-
HSV(B)320.45º84.08%61.57%-
XYZ17.189.0316.17-
YUV74.39149.23186.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=53.40%
G=8.50%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572511200.840.290.38320.4572.5335.69
Hex9D19700541D261404924
Octal235311600124354650011144
Binary1001110111001111000001010100111011001101010000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,25,112); }

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

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

 a { background-color: rgb(157,25,112); }

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

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

 span { border-color: rgb(157,25,112); }

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