Html Css Color HEX #8E0C50 Jazzberry Jam

📋 copy color: '#8E0C50'

red 142 ◦ green 12 ◦ blue 80

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

Shades of Jazzberry Jam #8E0C50

Tints of Jazzberry Jam #8E0C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 60.68%
G = 5.13%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E0C50 (or 0x8E0C50) is known color: Jazzberry Jam. HEX triplet: 8E, 0C and 50. RGB value is (142,12,80). Sum of RGB (Red+Green+Blue) = 142+12+80=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C50 is #71F3AF. Grayscale: #3A3A3A. Windows color (decimal): -7467952 or 5246094. OLE color: 5246094.

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

Color convert

RGB 142 12 80 -
CMYK 0 0.92 0.44 0.44
HSL 328.62º 0.84% 0.3% -
HSV(B) 328.62º 0.92% 0.56% -
XYZ 12.73 6.59 8.19 -
YUV 58.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 142 12 80 0 0.92 0.44 0.44 328.62 0.84 0.3
Hex 8E C 50 0 5C 2C 2C 149 54 1E
Octal 216 14 120 0 134 54 54 511 124 36
Binary 10001110 1100 1010000 0 1011100 101100 101100 101001001 1010100 11110

Color Harmonies of #8E0C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C50

Black with #8E0C50

Text Example


Text Example

White with #8E0C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,80); }

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

background-color css

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

 a { background-color: rgb(142,12,80); }

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

border-color css

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

 span { border-color: rgb(142,12,80); }

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