#9F1061

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

Shades of Jazzberry Jam #9F1061

Tints of Jazzberry Jam #9F1061

Color information

#9F1061 (or 0x9F1061) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 10 and 61. RGB value is (159,16,97). Sum of RGB (Red+Green+Blue) = 159+16+97=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1061 is #60EF9E. Grayscale: #434343. Windows color (decimal): -6352799 or 6361247. OLE color: 6361247.

HSL color Cylindrical-coordinate representation of color #9F1061: hue angle of 326.01º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1061 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1591697-
CMYK00.900.390.38
HSL326.01º81.71%34.31%-
HSV(B)326.01º89.94%62.35%-
XYZ16.648.612.09-
YUV67.99144.38192.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.46%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=58.46%
G=5.88%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159169700.900.390.38326.0181.7134.31
Hex9F106105A27261465222
Octal237201410132474650612242
Binary10011111100001100001010110101001111001101010001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,97); }

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

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

 a { background-color: rgb(159,16,97); }

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

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

 span { border-color: rgb(159,16,97); }

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