Html Css Color HEX #8E125A Jazzberry Jam

📋 copy color: '#8E125A'

red 142 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #8E125A

Tints of Jazzberry Jam #8E125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 56.8%
G = 7.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E125A (or 0x8E125A) is known color: Jazzberry Jam. HEX triplet: 8E, 12 and 5A. RGB value is (142,18,90). Sum of RGB (Red+Green+Blue) = 142+18+90=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E125A is #71EDA5. Grayscale: #3F3F3F. Windows color (decimal): -7466406 or 5902990. OLE color: 5902990.

HSL color Cylindrical-coordinate representation of color #8E125A: hue angle of 325.16º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E125A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 18 90 -
CMYK 0 0.87 0.37 0.44
HSL 325.16º 0.78% 0.31% -
HSV(B) 325.16º 0.87% 0.56% -
XYZ 13.22 6.92 10.31 -
YUV 63.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 142 18 90 0 0.87 0.37 0.44 325.16 0.78 0.31
Hex 8E 12 5A 0 57 25 2C 145 4E 1F
Octal 216 22 132 0 127 45 54 505 116 37
Binary 10001110 10010 1011010 0 1010111 100101 101100 101000101 1001110 11111

Color Harmonies of #8E125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E125A

Black with #8E125A

Text Example


Text Example

White with #8E125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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