Html Css Color HEX #8E1051 Jazzberry Jam

📋 copy color: '#8E1051'

red 142 ◦ green 16 ◦ blue 81

#8E1051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #8E1051

Tints of Jazzberry Jam #8E1051

RGB

 RED value IS 142 (55.86% from 255) = 59.41%

 GREEN value IS 16 (6.64% from 255) = 6.69%

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 59.41%
G = 6.69%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E1051 (or 0x8E1051) is known color: Jazzberry Jam. HEX triplet: 8E, 10 and 51. RGB value is (142,16,81). Sum of RGB (Red+Green+Blue) = 142+16+81=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1051 is #71EFAE. Grayscale: #3C3C3C. Windows color (decimal): -7466927 or 5312654. OLE color: 5312654.

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

Color convert

RGB 142 16 81 -
CMYK 0 0.89 0.43 0.44
HSL 329.05º 0.8% 0.31% -
HSV(B) 329.05º 0.89% 0.56% -
XYZ 12.83 6.72 8.4 -
YUV 61.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 142 16 81 0 0.89 0.43 0.44 329.05 0.8 0.31
Hex 8E 10 51 0 59 2B 2C 149 50 1F
Octal 216 20 121 0 131 53 54 511 120 37
Binary 10001110 10000 1010001 0 1011001 101011 101100 101001001 1010000 11111

Color Harmonies of #8E1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1051

Black with #8E1051

Text Example


Text Example

White with #8E1051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,81); }

 H1.HeaderClassName
 {
   color: #8E1051;
 }
 .AnyTagClassName
 {
   color: #8E1051;
 }
</style>

background-color css

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

 a { background-color: rgb(142,16,81); }

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

border-color css

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

 span { border-color: rgb(142,16,81); }

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