#9F0856

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

Shades of Jazzberry Jam #9F0856

Tints of Jazzberry Jam #9F0856

Color information

#9F0856 (or 0x9F0856) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 56. RGB value is (159,8,86). Sum of RGB (Red+Green+Blue) = 159+8+86=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0856 is #60F7A9. Grayscale: #3D3D3D. Windows color (decimal): -6354858 or 5638303. OLE color: 5638303.

HSL color Cylindrical-coordinate representation of color #9F0856: hue angle of 329.01º 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 #9F0856 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB159886-
CMYK00.950.460.38
HSL329.01º90.42%32.75%-
HSV(B)329.01º94.97%62.35%-
XYZ16.068.229.54-
YUV62.04141.53197.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=62.85%
G=3.16%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15988600.950.460.38329.0190.4232.75
Hex9F85605F2E261495a21
Octal237101260137564651113241
Binary1001111110001010110010111111011101001101010010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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