#8D104E

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

Shades of Jazzberry Jam #8D104E

Tints of Jazzberry Jam #8D104E

Color information

#8D104E (or 0x8D104E) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 10 and 4E. RGB value is (141,16,78). Sum of RGB (Red+Green+Blue) = 141+16+78=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D104E is #72EFB1. Grayscale: #3C3C3C. Windows color (decimal): -7532466 or 5116045. OLE color: 5116045.

HSL color Cylindrical-coordinate representation of color #8D104E: hue angle of 330.24º 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 #8D104E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1411678-
CMYK00.890.450.45
HSL330.24º79.62%30.78%-
HSV(B)330.24º88.65%55.29%-
XYZ12.546.587.82-
YUV60.44137.91185.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=60%
G=6.81%
B=33.19%

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
Decimal141167800.890.450.45330.2479.6230.78
Hex8D104E0592D2D14a501f
Octal215201160131555551212037
Binary1000110110000100111001011001101101101101101001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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