#9f1357

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

Shades of Jazzberry Jam #9F1357

Tints of Jazzberry Jam #9F1357

Color information

#9F1357 (or 0x9F1357) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 13 and 57. RGB value is (159,19,87). Sum of RGB (Red+Green+Blue) = 159+19+87=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1357 is #60ECA8. Grayscale: #444444. Windows color (decimal): -6352041 or 5706655. OLE color: 5706655.

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

Color convert

RGB1591987-
CMYK00.880.450.38
HSL330.86º78.65%34.9%-
HSV(B)330.86º88.05%62.35%-
XYZ16.258.529.81-
YUV68.61138.38192.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=60%
G=7.17%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159198700.880.450.38330.8678.6534.9
Hex9F13570582D2614b4f23
Octal237231270130554651311743
Binary10011111100111010111010110001011011001101010010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,87); }

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

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

 a { background-color: rgb(159,19,87); }

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

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

 span { border-color: rgb(159,19,87); }

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