Html Css Color HEX #8E0C53 Jazzberry Jam

📋 copy color: '#8E0C53'

red 142 ◦ green 12 ◦ blue 83

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

Shades of Jazzberry Jam #8E0C53

Tints of Jazzberry Jam #8E0C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 59.92%
G = 5.06%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E0C53 (or 0x8E0C53) is known color: Jazzberry Jam. HEX triplet: 8E, 0C and 53. RGB value is (142,12,83). Sum of RGB (Red+Green+Blue) = 142+12+83=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C53 is #71F3AC. Grayscale: #3A3A3A. Windows color (decimal): -7467949 or 5442702. OLE color: 5442702.

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

Color convert

RGB 142 12 83 -
CMYK 0 0.92 0.42 0.44
HSL 327.23º 0.84% 0.3% -
HSV(B) 327.23º 0.92% 0.56% -
XYZ 12.85 6.64 8.79 -
YUV 58.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 142 12 83 0 0.92 0.42 0.44 327.23 0.84 0.3
Hex 8E C 53 0 5C 2A 2C 147 54 1E
Octal 216 14 123 0 134 52 54 507 124 36
Binary 10001110 1100 1010011 0 1011100 101010 101100 101000111 1010100 11110

Color Harmonies of #8E0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C53

Black with #8E0C53

Text Example


Text Example

White with #8E0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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