#9D1562

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

Shades of Jazzberry Jam #9D1562

Tints of Jazzberry Jam #9D1562

Color information

#9D1562 (or 0x9D1562) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 62. RGB value is (157,21,98). Sum of RGB (Red+Green+Blue) = 157+21+98=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1562 is #62EA9D. Grayscale: #464646. Windows color (decimal): -6482590 or 6428061. OLE color: 6428061.

HSL color Cylindrical-coordinate representation of color #9D1562: hue angle of 326.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1562 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1572198-
CMYK00.870.380.38
HSL326.03º76.4%34.9%-
HSV(B)326.03º86.62%61.57%-
XYZ16.388.5912.35-
YUV70.44143.56189.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=56.88%
G=7.61%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157219800.870.380.38326.0376.434.9
Hex9D156205726261464c23
Octal235251420127464650611443
Binary10011101101011100010010101111001101001101010001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,98); }

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

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

 a { background-color: rgb(157,21,98); }

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

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

 span { border-color: rgb(157,21,98); }

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