#9F246D

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

Shades of Jazzberry Jam #9F246D

Tints of Jazzberry Jam #9F246D

Color information

#9F246D (or 0x9F246D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 24 and 6D. RGB value is (159,36,109). Sum of RGB (Red+Green+Blue) = 159+36+109=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F246D is #60DB92. Grayscale: #505050. Windows color (decimal): -6347667 or 7152799. OLE color: 7152799.

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

Color convert

RGB15936109-
CMYK00.770.310.38
HSL324.39º63.08%38.24%-
HSV(B)324.39º77.36%62.35%-
XYZ17.699.7415.42-
YUV81.1143.75183.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=52.30%
G=11.84%
B=35.86%

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
Decimal1593610900.770.310.38324.3963.0838.24
Hex9F246D04D1F261443f26
Octal23744155011537465047746
Binary1001111110010011011010100110111111100110101000100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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