#8D1156

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

Shades of Jazzberry Jam #8D1156

Tints of Jazzberry Jam #8D1156

Color information

#8D1156 (or 0x8D1156) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 11 and 56. RGB value is (141,17,86). Sum of RGB (Red+Green+Blue) = 141+17+86=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1156 is #72EEA9. Grayscale: #3D3D3D. Windows color (decimal): -7532202 or 5640589. OLE color: 5640589.

HSL color Cylindrical-coordinate representation of color #8D1156: hue angle of 326.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1156 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1411786-
CMYK00.880.390.45
HSL326.61º78.48%30.98%-
HSV(B)326.61º87.94%55.29%-
XYZ12.866.749.43-
YUV61.94141.58184.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=57.79%
G=6.97%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141178600.880.390.45326.6178.4830.98
Hex8D1156058272D1474e1f
Octal215211260130475550711637
Binary1000110110001101011001011000100111101101101000111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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