#9F2470

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

Shades of Jazzberry Jam #9F2470

Tints of Jazzberry Jam #9F2470

Color information

#9F2470 (or 0x9F2470) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 24 and 70. RGB value is (159,36,112). Sum of RGB (Red+Green+Blue) = 159+36+112=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2470 is #60DB8F. Grayscale: #515151. Windows color (decimal): -6347664 or 7349407. OLE color: 7349407.

HSL color Cylindrical-coordinate representation of color #9F2470: hue angle of 322.93º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2470 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15936112-
CMYK00.770.300.38
HSL322.93º63.08%38.24%-
HSV(B)322.93º77.36%62.35%-
XYZ17.859.816.28-
YUV81.44145.25183.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=51.79%
G=11.73%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593611200.770.300.38322.9363.0838.24
Hex9F247004D1E261433f26
Octal23744160011536465037746
Binary1001111110010011100000100110111110100110101000011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,36,112); }

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

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

 a { background-color: rgb(159,36,112); }

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

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

 span { border-color: rgb(159,36,112); }

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