Html Css Color HEX #8E175B Jazzberry Jam

📋 copy color: '#8E175B'

red 142 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #8E175B

Tints of Jazzberry Jam #8E175B

RGB

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

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

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

R = 55.47%
G = 8.98%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E175B (or 0x8E175B) is known color: Jazzberry Jam. HEX triplet: 8E, 17 and 5B. RGB value is (142,23,91). Sum of RGB (Red+Green+Blue) = 142+23+91=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E175B is #71E8A4. Grayscale: #424242. Windows color (decimal): -7465125 or 5969806. OLE color: 5969806.

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

Color convert

RGB 142 23 91 -
CMYK 0 0.84 0.36 0.44
HSL 325.71º 0.72% 0.32% -
HSV(B) 325.71º 0.84% 0.56% -
XYZ 13.35 7.12 10.57 -
YUV 66.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 142 23 91 0 0.84 0.36 0.44 325.71 0.72 0.32
Hex 8E 17 5B 0 54 24 2C 146 48 20
Octal 216 27 133 0 124 44 54 506 110 40
Binary 10001110 10111 1011011 0 1010100 100100 101100 101000110 1001000 100000

Color Harmonies of #8E175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E175B

Black with #8E175B

Text Example


Text Example

White with #8E175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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