#9F236D

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

Shades of Jazzberry Jam #9F236D

Tints of Jazzberry Jam #9F236D

Color information

#9F236D (or 0x9F236D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 23 and 6D. RGB value is (159,35,109). Sum of RGB (Red+Green+Blue) = 159+35+109=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F236D is #60DC92. Grayscale: #505050. Windows color (decimal): -6347923 or 7152543. OLE color: 7152543.

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

Color convert

RGB15935109-
CMYK00.780.310.38
HSL324.19º63.92%38.04%-
HSV(B)324.19º77.99%62.35%-
XYZ17.669.6815.41-
YUV80.51144.08183.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=52.48%
G=11.55%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593510900.780.310.38324.1963.9238.04
Hex9F236D04E1F261444026
Octal237431550116374650410046
Binary10011111100011110110101001110111111001101010001001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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