#8D1B61

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

Shades of Jazzberry Jam #8D1B61

Tints of Jazzberry Jam #8D1B61

Color information

#8D1B61 (or 0x8D1B61) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 1B and 61. RGB value is (141,27,97). Sum of RGB (Red+Green+Blue) = 141+27+97=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B61 is #72E49E. Grayscale: #444444. Windows color (decimal): -7529631 or 6364045. OLE color: 6364045.

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

Color convert

RGB1412797-
CMYK00.810.310.45
HSL323.16º67.86%32.94%-
HSV(B)323.16º80.85%55.29%-
XYZ13.537.3112.01-
YUV69.07143.77179.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=53.21%
G=10.19%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141279700.810.310.45323.1667.8632.94
Hex8D1B610511F2D1434421
Octal215331410121375550310441
Binary1000110111011110000101010001111111011011010000111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,27,97); }

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

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

 a { background-color: rgb(141,27,97); }

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

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

 span { border-color: rgb(141,27,97); }

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