#9F1064

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

Shades of Jazzberry Jam #9F1064

Tints of Jazzberry Jam #9F1064

Color information

#9F1064 (or 0x9F1064) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 10 and 64. RGB value is (159,16,100). Sum of RGB (Red+Green+Blue) = 159+16+100=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1064 is #60EF9B. Grayscale: #444444. Windows color (decimal): -6352796 or 6557855. OLE color: 6557855.

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

Color convert

RGB15916100-
CMYK00.900.370.38
HSL324.76º81.71%34.31%-
HSV(B)324.76º89.94%62.35%-
XYZ16.788.6612.84-
YUV68.33145.88192.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=57.82%
G=5.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591610000.900.370.38324.7681.7134.31
Hex9F106405A25261455222
Octal237201440132454650512242
Binary10011111100001100100010110101001011001101010001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,100); }

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

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

 a { background-color: rgb(159,16,100); }

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

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

 span { border-color: rgb(159,16,100); }

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