#9F156D

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

Shades of Jazzberry Jam #9F156D

Tints of Jazzberry Jam #9F156D

Color information

#9F156D (or 0x9F156D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 15 and 6D. RGB value is (159,21,109). Sum of RGB (Red+Green+Blue) = 159+21+109=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F156D is #60EA92. Grayscale: #484848. Windows color (decimal): -6351507 or 7148959. OLE color: 7148959.

HSL color Cylindrical-coordinate representation of color #9F156D: hue angle of 321.74º degrees, saturation: 0.77, 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 #9F156D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15921109-
CMYK00.870.310.38
HSL321.74º76.67%35.29%-
HSV(B)321.74º86.79%62.35%-
XYZ17.339.0115.29-
YUV72.29148.72189.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=55.02%
G=7.27%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592110900.870.310.38321.7476.6735.29
Hex9F156D0571F261424d23
Octal237251550127374650211543
Binary1001111110101110110101010111111111001101010000101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,21,109); }

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

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

 a { background-color: rgb(159,21,109); }

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

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

 span { border-color: rgb(159,21,109); }

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