Html Css Color HEX #8E165D Jazzberry Jam

📋 copy color: '#8E165D'

red 142 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #8E165D

Tints of Jazzberry Jam #8E165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 55.25%
G = 8.56%
B = 36.19%

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

#8E165D (or 0x8E165D) is known color: Jazzberry Jam. HEX triplet: 8E, 16 and 5D. RGB value is (142,22,93). Sum of RGB (Red+Green+Blue) = 142+22+93=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E165D is #71E9A2. Grayscale: #414141. Windows color (decimal): -7465379 or 6100622. OLE color: 6100622.

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

Color convert

RGB 142 22 93 -
CMYK 0 0.85 0.35 0.44
HSL 324.5º 0.73% 0.32% -
HSV(B) 324.5º 0.85% 0.56% -
XYZ 13.42 7.11 11.02 -
YUV 65.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 142 22 93 0 0.85 0.35 0.44 324.5 0.73 0.32
Hex 8E 16 5D 0 55 23 2C 144 49 20
Octal 216 26 135 0 125 43 54 504 111 40
Binary 10001110 10110 1011101 0 1010101 100011 101100 101000100 1001001 100000

Color Harmonies of #8E165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E165D

Black with #8E165D

Text Example


Text Example

White with #8E165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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