#9F175D

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

Shades of Jazzberry Jam #9F175D

Tints of Jazzberry Jam #9F175D

Color information

#9F175D (or 0x9F175D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 17 and 5D. RGB value is (159,23,93). Sum of RGB (Red+Green+Blue) = 159+23+93=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F175D is #60E8A2. Grayscale: #474747. Windows color (decimal): -6351011 or 6100895. OLE color: 6100895.

HSL color Cylindrical-coordinate representation of color #9F175D: hue angle of 329.12º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F175D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1592393-
CMYK00.860.420.38
HSL329.12º74.73%35.69%-
HSV(B)329.12º85.53%62.35%-
XYZ16.588.7711.18-
YUV71.64140.06190.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=57.82%
G=8.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159239300.860.420.38329.1274.7335.69
Hex9F175D0562A261494b24
Octal237271350126524651111344
Binary10011111101111011101010101101010101001101010010011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,23,93); }

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

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

 a { background-color: rgb(159,23,93); }

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

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

 span { border-color: rgb(159,23,93); }

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