#9F0549

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

Shades of Jazzberry Jam #9F0549

Tints of Jazzberry Jam #9F0549

Color information

#9F0549 (or 0x9F0549) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 05 and 49. RGB value is (159,5,73). Sum of RGB (Red+Green+Blue) = 159+5+73=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0549 is #60FAB6. Grayscale: #3A3A3A. Windows color (decimal): -6355639 or 4785567. OLE color: 4785567.

HSL color Cylindrical-coordinate representation of color #9F0549: hue angle of 333.51º 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 #9F0549 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB159573-
CMYK00.970.540.38
HSL333.51º93.9%32.16%-
HSV(B)333.51º96.86%62.35%-
XYZ15.557.967.02-
YUV58.8136.02199.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.09%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=67.09%
G=2.11%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15957300.970.540.38333.5193.932.16
Hex9F549061362614e5e20
Octal23751110141664651613640
Binary100111111011001001011000011101101001101010011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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