Html Css Color HEX #8E155D Jazzberry Jam

📋 copy color: '#8E155D'

red 142 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #8E155D

Tints of Jazzberry Jam #8E155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 55.47%
G = 8.2%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E155D (or 0x8E155D) is known color: Jazzberry Jam. HEX triplet: 8E, 15 and 5D. RGB value is (142,21,93). Sum of RGB (Red+Green+Blue) = 142+21+93=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E155D is #71EAA2. Grayscale: #414141. Windows color (decimal): -7465635 or 6100366. OLE color: 6100366.

HSL color Cylindrical-coordinate representation of color #8E155D: hue angle of 324.3º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E155D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 93 -
CMYK 0 0.85 0.35 0.44
HSL 324.3º 0.74% 0.32% -
HSV(B) 324.3º 0.85% 0.56% -
XYZ 13.4 7.08 11.02 -
YUV 65.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 142 21 93 0 0.85 0.35 0.44 324.3 0.74 0.32
Hex 8E 15 5D 0 55 23 2C 144 4A 20
Octal 216 25 135 0 125 43 54 504 112 40
Binary 10001110 10101 1011101 0 1010101 100011 101100 101000100 1001010 100000

Color Harmonies of #8E155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E155D

Black with #8E155D

Text Example


Text Example

White with #8E155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,93); }

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

background-color css

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

 a { background-color: rgb(142,21,93); }

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

border-color css

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

 span { border-color: rgb(142,21,93); }

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