#8D1659

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

Shades of Jazzberry Jam #8D1659

Tints of Jazzberry Jam #8D1659

Color information

#8D1659 (or 0x8D1659) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 16 and 59. RGB value is (141,22,89). Sum of RGB (Red+Green+Blue) = 141+22+89=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1659 is #72E9A6. Grayscale: #414141. Windows color (decimal): -7530919 or 5838477. OLE color: 5838477.

HSL color Cylindrical-coordinate representation of color #8D1659: hue angle of 326.22º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1659 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1412289-
CMYK00.840.370.45
HSL326.22º73.01%31.96%-
HSV(B)326.22º84.4%55.29%-
XYZ13.076.9610.11-
YUV65.22141.42182.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=55.95%
G=8.73%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141228900.840.370.45326.2273.0131.96
Hex8D1659054252D1464920
Octal215261310124455550611140
Binary10001101101101011001010101001001011011011010001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,89); }

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

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

 a { background-color: rgb(141,22,89); }

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

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

 span { border-color: rgb(141,22,89); }

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