#9F1F63

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

Shades of Jazzberry Jam #9F1F63

Tints of Jazzberry Jam #9F1F63

Color information

#9F1F63 (or 0x9F1F63) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1F and 63. RGB value is (159,31,99). Sum of RGB (Red+Green+Blue) = 159+31+99=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F63 is #60E09C. Grayscale: #4C4C4C. Windows color (decimal): -6348957 or 6496159. OLE color: 6496159.

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

Color convert

RGB1593199-
CMYK00.810.380.38
HSL328.12º67.37%37.25%-
HSV(B)328.12º80.5%62.35%-
XYZ17.049.2512.69-
YUV77.02140.41186.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=55.02%
G=10.73%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159319900.810.380.38328.1267.3737.25
Hex9F1F6305126261484325
Octal237371430121464651010345
Binary10011111111111100011010100011001101001101010010001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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