Html Css Color HEX #8E125B Jazzberry Jam

📋 copy color: '#8E125B'

red 142 ◦ green 18 ◦ blue 91

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

Shades of Jazzberry Jam #8E125B

Tints of Jazzberry Jam #8E125B

RGB

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

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

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

R = 56.57%
G = 7.17%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E125B (or 0x8E125B) is known color: Jazzberry Jam. HEX triplet: 8E, 12 and 5B. RGB value is (142,18,91). Sum of RGB (Red+Green+Blue) = 142+18+91=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E125B is #71EDA4. Grayscale: #3F3F3F. Windows color (decimal): -7466405 or 5968526. OLE color: 5968526.

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

Color convert

RGB 142 18 91 -
CMYK 0 0.87 0.36 0.44
HSL 324.68º 0.78% 0.31% -
HSV(B) 324.68º 0.87% 0.56% -
XYZ 13.26 6.94 10.54 -
YUV 63.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 142 18 91 0 0.87 0.36 0.44 324.68 0.78 0.31
Hex 8E 12 5B 0 57 24 2C 145 4E 1F
Octal 216 22 133 0 127 44 54 505 116 37
Binary 10001110 10010 1011011 0 1010111 100100 101100 101000101 1001110 11111

Color Harmonies of #8E125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E125B

Black with #8E125B

Text Example


Text Example

White with #8E125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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