#8D0951

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

Shades of Jazzberry Jam #8D0951

Tints of Jazzberry Jam #8D0951

Color information

#8D0951 (or 0x8D0951) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 09 and 51. RGB value is (141,9,81). Sum of RGB (Red+Green+Blue) = 141+9+81=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0951 is #72F6AE. Grayscale: #383838. Windows color (decimal): -7534255 or 5310861. OLE color: 5310861.

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

Color convert

RGB141981-
CMYK00.940.430.45
HSL327.27º88%29.41%-
HSV(B)327.27º93.62%55.29%-
XYZ12.576.458.37-
YUV56.68141.73188.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=61.04%
G=3.90%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14198100.940.430.45327.278829.41
Hex8D95105E2B2D147581d
Octal215111210136535550713035
Binary100011011001101000101011110101011101101101000111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,9,81); }

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

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

 a { background-color: rgb(141,9,81); }

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

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

 span { border-color: rgb(141,9,81); }

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