Html Css Color HEX #8E165A Jazzberry Jam

📋 copy color: '#8E165A'

red 142 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #8E165A

Tints of Jazzberry Jam #8E165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 55.91%
G = 8.66%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E165A (or 0x8E165A) is known color: Jazzberry Jam. HEX triplet: 8E, 16 and 5A. RGB value is (142,22,90). Sum of RGB (Red+Green+Blue) = 142+22+90=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E165A is #71E9A5. Grayscale: #414141. Windows color (decimal): -7465382 or 5904014. OLE color: 5904014.

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

Color convert

RGB 142 22 90 -
CMYK 0 0.85 0.37 0.44
HSL 326º 0.73% 0.32% -
HSV(B) 326º 0.85% 0.56% -
XYZ 13.29 7.06 10.34 -
YUV 65.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 142 22 90 0 0.85 0.37 0.44 326 0.73 0.32
Hex 8E 16 5A 0 55 25 2C 146 49 20
Octal 216 26 132 0 125 45 54 506 111 40
Binary 10001110 10110 1011010 0 1010101 100101 101100 101000110 1001001 100000

Color Harmonies of #8E165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E165A

Black with #8E165A

Text Example


Text Example

White with #8E165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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