Html Css Color HEX #8E0F4C Jazzberry Jam

📋 copy color: '#8E0F4C'

red 142 ◦ green 15 ◦ blue 76

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

Shades of Jazzberry Jam #8E0F4C

Tints of Jazzberry Jam #8E0F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 60.94%
G = 6.44%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E0F4C (or 0x8E0F4C) is known color: Jazzberry Jam. HEX triplet: 8E, 0F and 4C. RGB value is (142,15,76). Sum of RGB (Red+Green+Blue) = 142+15+76=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0F4C is #71F0B3. Grayscale: #3B3B3B. Windows color (decimal): -7467188 or 4984718. OLE color: 4984718.

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

Color convert

RGB 142 15 76 -
CMYK 0 0.89 0.46 0.44
HSL 331.18º 0.81% 0.31% -
HSV(B) 331.18º 0.89% 0.56% -
XYZ 12.63 6.61 7.45 -
YUV 59.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 142 15 76 0 0.89 0.46 0.44 331.18 0.81 0.31
Hex 8E F 4C 0 59 2E 2C 14B 51 1F
Octal 216 17 114 0 131 56 54 513 121 37
Binary 10001110 1111 1001100 0 1011001 101110 101100 101001011 1010001 11111

Color Harmonies of #8E0F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F4C

Black with #8E0F4C

Text Example


Text Example

White with #8E0F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,76); }

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

background-color css

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

 a { background-color: rgb(142,15,76); }

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

border-color css

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

 span { border-color: rgb(142,15,76); }

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