#8F1156

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

Shades of Jazzberry Jam #8F1156

Tints of Jazzberry Jam #8F1156

Color information

#8F1156 (or 0x8F1156) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 11 and 56. RGB value is (143,17,86). Sum of RGB (Red+Green+Blue) = 143+17+86=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1156 is #70EEA9. Grayscale: #3E3E3E. Windows color (decimal): -7401130 or 5640591. OLE color: 5640591.

HSL color Cylindrical-coordinate representation of color #8F1156: hue angle of 327.14º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1156 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1431786-
CMYK00.880.400.44
HSL327.14º78.75%31.37%-
HSV(B)327.14º88.11%56.08%-
XYZ13.216.919.44-
YUV62.54141.24185.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.13%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=58.13%
G=6.91%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143178600.880.400.44327.1478.7531.37
Hex8F1156058282C1474f1f
Octal217211260130505450711737
Binary1000111110001101011001011000101000101100101000111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F1156; }

 p { color: rgb(143,17,86); }

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

<style>
 a { background-color: #8F1156; }

 a { background-color: rgb(143,17,86); }

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

<style>
 span { border-color: #8F1156; }

 span { border-color: rgb(143,17,86); }

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