#9F1963

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

Shades of Jazzberry Jam #9F1963

Tints of Jazzberry Jam #9F1963

Color information

#9F1963 (or 0x9F1963) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 19 and 63. RGB value is (159,25,99). Sum of RGB (Red+Green+Blue) = 159+25+99=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1963 is #60E69C. Grayscale: #494949. Windows color (decimal): -6350493 or 6494623. OLE color: 6494623.

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

Color convert

RGB1592599-
CMYK00.840.380.38
HSL326.87º72.83%36.08%-
HSV(B)326.87º84.28%62.35%-
XYZ16.98.9712.64-
YUV73.5142.39188.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.18%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=56.18%
G=8.83%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159259900.840.380.38326.8772.8336.08
Hex9F196305426261474924
Octal237311430124464650711144
Binary10011111110011100011010101001001101001101010001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,25,99); }

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

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

 a { background-color: rgb(159,25,99); }

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

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

 span { border-color: rgb(159,25,99); }

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