Html Css Color HEX #8E0642 Jazzberry Jam

📋 copy color: '#8E0642'

red 142 ◦ green 6 ◦ blue 66

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

Shades of Jazzberry Jam #8E0642

Tints of Jazzberry Jam #8E0642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 66.36%
G = 2.8%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E0642 (or 0x8E0642) is known color: Jazzberry Jam. HEX triplet: 8E, 06 and 42. RGB value is (142,6,66). Sum of RGB (Red+Green+Blue) = 142+6+66=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0642 is #71F9BD. Grayscale: #353535. Windows color (decimal): -7469502 or 4327054. OLE color: 4327054.

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

Color convert

RGB 142 6 66 -
CMYK 0 0.96 0.54 0.44
HSL 333.53º 0.92% 0.29% -
HSV(B) 333.53º 0.96% 0.56% -
XYZ 12.2 6.27 5.72 -
YUV 53.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 142 6 66 0 0.96 0.54 0.44 333.53 0.92 0.29
Hex 8E 6 42 0 60 36 2C 14E 5C 1D
Octal 216 6 102 0 140 66 54 516 134 35
Binary 10001110 110 1000010 0 1100000 110110 101100 101001110 1011100 11101

Color Harmonies of #8E0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0642

Black with #8E0642

Text Example


Text Example

White with #8E0642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,66); }

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

background-color css

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

 a { background-color: rgb(142,6,66); }

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

border-color css

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

 span { border-color: rgb(142,6,66); }

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