#9F095F

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

Shades of Jazzberry Jam #9F095F

Tints of Jazzberry Jam #9F095F

Color information

#9F095F (or 0x9F095F) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 09 and 5F. RGB value is (159,9,95). Sum of RGB (Red+Green+Blue) = 159+9+95=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F095F is #60F6A0. Grayscale: #3F3F3F. Windows color (decimal): -6354593 or 6228383. OLE color: 6228383.

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

Color convert

RGB159995-
CMYK00.940.400.38
HSL325.6º89.29%32.94%-
HSV(B)325.6º94.34%62.35%-
XYZ16.468.3911.58-
YUV63.65145.7196.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.46%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=60.46%
G=3.42%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15999500.940.400.38325.689.2932.94
Hex9F95F05E28261465921
Octal237111370136504650613141
Binary1001111110011011111010111101010001001101010001101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,9,95); }

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

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

 a { background-color: rgb(159,9,95); }

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

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

 span { border-color: rgb(159,9,95); }

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