#9F1148

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

Shades of Jazzberry Jam #9F1148

Tints of Jazzberry Jam #9F1148

Color information

#9F1148 (or 0x9F1148) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 11 and 48. RGB value is (159,17,72). Sum of RGB (Red+Green+Blue) = 159+17+72=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1148 is #60EEB7. Grayscale: #414141. Windows color (decimal): -6352568 or 4723103. OLE color: 4723103.

HSL color Cylindrical-coordinate representation of color #9F1148: hue angle of 336.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1148 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1591772-
CMYK00.890.550.38
HSL336.76º80.68%34.51%-
HSV(B)336.76º89.31%62.35%-
XYZ15.678.246.9-
YUV65.73131.54194.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=64.11%
G=6.85%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159177200.890.550.38336.7680.6834.51
Hex9F114805937261515123
Octal237211100131674652112143
Binary10011111100011001000010110011101111001101010100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,17,72); }

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

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

 a { background-color: rgb(159,17,72); }

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

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

 span { border-color: rgb(159,17,72); }

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