#8F1056

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

Shades of Jazzberry Jam #8F1056

Tints of Jazzberry Jam #8F1056

Color information

#8F1056 (or 0x8F1056) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 10 and 56. RGB value is (143,16,86). Sum of RGB (Red+Green+Blue) = 143+16+86=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1056 is #70EFA9. Grayscale: #3D3D3D. Windows color (decimal): -7401386 or 5640335. OLE color: 5640335.

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

Color convert

RGB1431686-
CMYK00.890.400.44
HSL326.93º79.87%31.18%-
HSV(B)326.93º88.81%56.08%-
XYZ13.196.889.44-
YUV61.95141.58185.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.37%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=58.37%
G=6.53%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143168600.890.400.44326.9379.8731.18
Hex8F1056059282C147501f
Octal217201260131505450712037
Binary1000111110000101011001011001101000101100101000111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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