Html Css Color HEX #8E155B Jazzberry Jam

📋 copy color: '#8E155B'

red 142 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #8E155B

Tints of Jazzberry Jam #8E155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 55.91%
G = 8.27%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E155B (or 0x8E155B) is known color: Jazzberry Jam. HEX triplet: 8E, 15 and 5B. RGB value is (142,21,91). Sum of RGB (Red+Green+Blue) = 142+21+91=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E155B is #71EAA4. Grayscale: #414141. Windows color (decimal): -7465637 or 5969294. OLE color: 5969294.

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

Color convert

RGB 142 21 91 -
CMYK 0 0.85 0.36 0.44
HSL 325.29º 0.74% 0.32% -
HSV(B) 325.29º 0.85% 0.56% -
XYZ 13.31 7.04 10.56 -
YUV 65.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 142 21 91 0 0.85 0.36 0.44 325.29 0.74 0.32
Hex 8E 15 5B 0 55 24 2C 145 4A 20
Octal 216 25 133 0 125 44 54 505 112 40
Binary 10001110 10101 1011011 0 1010101 100100 101100 101000101 1001010 100000

Color Harmonies of #8E155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E155B

Black with #8E155B

Text Example


Text Example

White with #8E155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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