#9F0560

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

Shades of Jazzberry Jam #9F0560

Tints of Jazzberry Jam #9F0560

Color information

#9F0560 (or 0x9F0560) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 05 and 60. RGB value is (159,5,96). Sum of RGB (Red+Green+Blue) = 159+5+96=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0560 is #60FA9F. Grayscale: #3D3D3D. Windows color (decimal): -6355616 or 6292895. OLE color: 6292895.

HSL color Cylindrical-coordinate representation of color #9F0560: hue angle of 324.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0560 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB159596-
CMYK00.970.400.38
HSL324.55º93.9%32.16%-
HSV(B)324.55º96.86%62.35%-
XYZ16.468.3211.81-
YUV61.42147.52197.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=61.15%
G=1.92%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15959600.970.400.38324.5593.932.16
Hex9F56006128261455e20
Octal23751400141504650513640
Binary100111111011100000011000011010001001101010001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,5,96); }

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

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

 a { background-color: rgb(159,5,96); }

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

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

 span { border-color: rgb(159,5,96); }

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