#8D104D

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

Shades of Jazzberry Jam #8D104D

Tints of Jazzberry Jam #8D104D

Color information

#8D104D (or 0x8D104D) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 10 and 4D. RGB value is (141,16,77). Sum of RGB (Red+Green+Blue) = 141+16+77=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D104D is #72EFB2. Grayscale: #3C3C3C. Windows color (decimal): -7532467 or 5050509. OLE color: 5050509.

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

Color convert

RGB1411677-
CMYK00.890.450.45
HSL330.72º79.62%30.78%-
HSV(B)330.72º88.65%55.29%-
XYZ12.516.577.63-
YUV60.33137.41185.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.26%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=60.26%
G=6.84%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141167700.890.450.45330.7279.6230.78
Hex8D104D0592D2D14b501f
Octal215201150131555551312037
Binary1000110110000100110101011001101101101101101001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,77); }

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

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

 a { background-color: rgb(141,16,77); }

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

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

 span { border-color: rgb(141,16,77); }

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