#9F024A

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

Shades of Jazzberry Jam #9F024A

Tints of Jazzberry Jam #9F024A

Color information

#9F024A (or 0x9F024A) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 02 and 4A. RGB value is (159,2,74). Sum of RGB (Red+Green+Blue) = 159+2+74=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F024A is #60FDB5. Grayscale: #393939. Windows color (decimal): -6356406 or 4850335. OLE color: 4850335.

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

Color convert

RGB159274-
CMYK00.990.530.38
HSL332.48º97.52%31.57%-
HSV(B)332.48º98.74%62.35%-
XYZ15.567.917.19-
YUV57.15137.51200.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=67.66%
G=0.85%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15927400.990.530.38332.4897.5231.57
Hex9F24A063352614c6220
Octal23721120143654651414240
Binary10011111101001010011000111101011001101010011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,2,74); }

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

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

 a { background-color: rgb(159,2,74); }

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

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

 span { border-color: rgb(159,2,74); }

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