Html Css Color HEX #8E155C Jazzberry Jam

📋 copy color: '#8E155C'

red 142 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #8E155C

Tints of Jazzberry Jam #8E155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 55.69%
G = 8.24%
B = 36.08%

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

#8E155C (or 0x8E155C) is known color: Jazzberry Jam. HEX triplet: 8E, 15 and 5C. RGB value is (142,21,92). Sum of RGB (Red+Green+Blue) = 142+21+92=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E155C is #71EAA3. Grayscale: #414141. Windows color (decimal): -7465636 or 6034830. OLE color: 6034830.

HSL color Cylindrical-coordinate representation of color #8E155C: hue angle of 324.79º 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 #8E155C is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 92 -
CMYK 0 0.85 0.35 0.44
HSL 324.79º 0.74% 0.32% -
HSV(B) 324.79º 0.85% 0.56% -
XYZ 13.36 7.06 10.78 -
YUV 65.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 142 21 92 0 0.85 0.35 0.44 324.79 0.74 0.32
Hex 8E 15 5C 0 55 23 2C 145 4A 20
Octal 216 25 134 0 125 43 54 505 112 40
Binary 10001110 10101 1011100 0 1010101 100011 101100 101000101 1001010 100000

Color Harmonies of #8E155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E155C

Black with #8E155C

Text Example


Text Example

White with #8E155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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