#9F156E

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

Shades of Jazzberry Jam #9F156E

Tints of Jazzberry Jam #9F156E

Color information

#9F156E (or 0x9F156E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 15 and 6E. RGB value is (159,21,110). Sum of RGB (Red+Green+Blue) = 159+21+110=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F156E is #60EA91. Grayscale: #484848. Windows color (decimal): -6351506 or 7214495. OLE color: 7214495.

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

Color convert

RGB15921110-
CMYK00.870.310.38
HSL321.3º76.67%35.29%-
HSV(B)321.3º86.79%62.35%-
XYZ17.389.0315.58-
YUV72.41149.22189.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 21 (8.59% from 255) = 7.24%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=54.83%
G=7.24%
B=37.93%

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
Decimal1592111000.870.310.38321.376.6735.29
Hex9F156E0571F261414d23
Octal237251560127374650111543
Binary1001111110101110111001010111111111001101010000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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