#9F084E

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

Shades of Jazzberry Jam #9F084E

Tints of Jazzberry Jam #9F084E

Color information

#9F084E (or 0x9F084E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 4E. RGB value is (159,8,78). Sum of RGB (Red+Green+Blue) = 159+8+78=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F084E is #60F7B1. Grayscale: #3C3C3C. Windows color (decimal): -6354866 or 5114015. OLE color: 5114015.

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

Color convert

RGB159878-
CMYK00.950.510.38
HSL332.19º90.42%32.75%-
HSV(B)332.19º94.97%62.35%-
XYZ15.768.097.94-
YUV61.13137.53197.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.90%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=64.90%
G=3.27%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15987800.950.510.38332.1990.4232.75
Hex9F84E05F332614c5a21
Octal237101160137634651413241
Binary1001111110001001110010111111100111001101010011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,78); }

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

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

 a { background-color: rgb(159,8,78); }

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

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

 span { border-color: rgb(159,8,78); }

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