#9F085C

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

Shades of Jazzberry Jam #9F085C

Tints of Jazzberry Jam #9F085C

Color information

#9F085C (or 0x9F085C) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 5C. RGB value is (159,8,92). Sum of RGB (Red+Green+Blue) = 159+8+92=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F085C is #60F7A3. Grayscale: #3E3E3E. Windows color (decimal): -6354852 or 6031519. OLE color: 6031519.

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

Color convert

RGB159892-
CMYK00.950.420.38
HSL326.62º90.42%32.75%-
HSV(B)326.62º94.97%62.35%-
XYZ16.328.3210.87-
YUV62.72144.53196.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=61.39%
G=3.09%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15989200.950.420.38326.6290.4232.75
Hex9F85C05F2A261475a21
Octal237101340137524650713241
Binary1001111110001011100010111111010101001101010001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,92); }

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

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

 a { background-color: rgb(159,8,92); }

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

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

 span { border-color: rgb(159,8,92); }

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