#9F246E

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

Shades of Jazzberry Jam #9F246E

Tints of Jazzberry Jam #9F246E

Color information

#9F246E (or 0x9F246E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 24 and 6E. RGB value is (159,36,110). Sum of RGB (Red+Green+Blue) = 159+36+110=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F246E is #60DB91. Grayscale: #515151. Windows color (decimal): -6347666 or 7218335. OLE color: 7218335.

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

Color convert

RGB15936110-
CMYK00.770.310.38
HSL323.9º63.08%38.24%-
HSV(B)323.9º77.36%62.35%-
XYZ17.749.7615.7-
YUV81.21144.25183.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=52.13%
G=11.80%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593611000.770.310.38323.963.0838.24
Hex9F246E04D1F261443f26
Octal23744156011537465047746
Binary1001111110010011011100100110111111100110101000100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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