#8F1155

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

Shades of Jazzberry Jam #8F1155

Tints of Jazzberry Jam #8F1155

Color information

#8F1155 (or 0x8F1155) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 11 and 55. RGB value is (143,17,85). Sum of RGB (Red+Green+Blue) = 143+17+85=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1155 is #70EEAA. Grayscale: #3E3E3E. Windows color (decimal): -7401131 or 5575055. OLE color: 5575055.

HSL color Cylindrical-coordinate representation of color #8F1155: hue angle of 327.62º 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 #8F1155 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB1431785-
CMYK00.880.410.44
HSL327.62º78.75%31.37%-
HSV(B)327.62º88.11%56.08%-
XYZ13.176.99.23-
YUV62.43140.74185.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.37%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=58.37%
G=6.94%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143178500.880.410.44327.6278.7531.37
Hex8F1155058292C1484f1f
Octal217211250130515451011737
Binary1000111110001101010101011000101001101100101001000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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