#9F1A59

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

Shades of Jazzberry Jam #9F1A59

Tints of Jazzberry Jam #9F1A59

Color information

#9F1A59 (or 0x9F1A59) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1A and 59. RGB value is (159,26,89). Sum of RGB (Red+Green+Blue) = 159+26+89=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A59 is #60E5A6. Grayscale: #484848. Windows color (decimal): -6350247 or 5839519. OLE color: 5839519.

HSL color Cylindrical-coordinate representation of color #9F1A59: hue angle of 331.58º degrees, saturation: 0.72, 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 #9F1A59 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1592689-
CMYK00.840.440.38
HSL331.58º71.89%36.27%-
HSV(B)331.58º83.65%62.35%-
XYZ16.478.8310.29-
YUV72.95137.06189.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=58.03%
G=9.49%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159268900.840.440.38331.5871.8936.27
Hex9F1A590542C2614c4824
Octal237321310124544651411044
Binary10011111110101011001010101001011001001101010011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,26,89); }

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

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

 a { background-color: rgb(159,26,89); }

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

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

 span { border-color: rgb(159,26,89); }

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