Html Css Color HEX #8E175E Jazzberry Jam

📋 copy color: '#8E175E'

red 142 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #8E175E

Tints of Jazzberry Jam #8E175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 54.83%
G = 8.88%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E175E (or 0x8E175E) is known color: Jazzberry Jam. HEX triplet: 8E, 17 and 5E. RGB value is (142,23,94). Sum of RGB (Red+Green+Blue) = 142+23+94=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E175E is #71E8A1. Grayscale: #424242. Windows color (decimal): -7465122 or 6166414. OLE color: 6166414.

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

Color convert

RGB 142 23 94 -
CMYK 0 0.84 0.34 0.44
HSL 324.2º 0.72% 0.32% -
HSV(B) 324.2º 0.84% 0.56% -
XYZ 13.48 7.17 11.26 -
YUV 66.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 142 23 94 0 0.84 0.34 0.44 324.2 0.72 0.32
Hex 8E 17 5E 0 54 22 2C 144 48 20
Octal 216 27 136 0 124 42 54 504 110 40
Binary 10001110 10111 1011110 0 1010100 100010 101100 101000100 1001000 100000

Color Harmonies of #8E175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E175E

Black with #8E175E

Text Example


Text Example

White with #8E175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,94); }

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

background-color css

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

 a { background-color: rgb(142,23,94); }

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

border-color css

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

 span { border-color: rgb(142,23,94); }

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