#9F0851

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

Shades of Jazzberry Jam #9F0851

Tints of Jazzberry Jam #9F0851

Color information

#9F0851 (or 0x9F0851) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 51. RGB value is (159,8,81). Sum of RGB (Red+Green+Blue) = 159+8+81=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0851 is #60F7AE. Grayscale: #3D3D3D. Windows color (decimal): -6354863 or 5310623. OLE color: 5310623.

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

Color convert

RGB159881-
CMYK00.950.490.38
HSL330.99º90.42%32.75%-
HSV(B)330.99º94.97%62.35%-
XYZ15.878.148.52-
YUV61.47139.03197.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=64.11%
G=3.23%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15988100.950.490.38330.9990.4232.75
Hex9F85105F312614b5a21
Octal237101210137614651313241
Binary1001111110001010001010111111100011001101010010111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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