#9F2368

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

Shades of Jazzberry Jam #9F2368

Tints of Jazzberry Jam #9F2368

Color information

#9F2368 (or 0x9F2368) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 23 and 68. RGB value is (159,35,104). Sum of RGB (Red+Green+Blue) = 159+35+104=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2368 is #60DC97. Grayscale: #4F4F4F. Windows color (decimal): -6347928 or 6824863. OLE color: 6824863.

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

Color convert

RGB15935104-
CMYK00.780.350.38
HSL326.61º63.92%38.04%-
HSV(B)326.61º77.99%62.35%-
XYZ17.49.5714.03-
YUV79.94141.58184.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=53.36%
G=11.74%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593510400.780.350.38326.6163.9238.04
Hex9F236804E23261474026
Octal237431500116434650710046
Binary100111111000111101000010011101000111001101010001111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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