#8E084F

Color #8E084F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8E084F

Tints of Jazzberry Jam #8E084F

Color information

#8E084F (or 0x8E084F) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 08 and 4F. RGB value is (142,8,79). Sum of RGB (Red+Green+Blue) = 142+8+79=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E084F is #71F7B0. Grayscale: #383838. Windows color (decimal): -7468977 or 5179534. OLE color: 5179534.

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

Color convert

RGB142879-
CMYK00.940.440.44
HSL328.21º89.33%29.41%-
HSV(B)328.21º94.37%55.69%-
XYZ12.656.497.98-
YUV56.16140.89189.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=62.01%
G=3.49%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14287900.940.440.44328.2189.3329.41
Hex8E84F05E2C2C148591d
Octal216101170136545451013135
Binary100011101000100111101011110101100101100101001000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,79); }

 H1.HeaderClassName
 {
   color: #8E084F;
 }
 .AnyTagClassName
 {
   color: #8E084F;
 }
</style>
background-color css

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

 a { background-color: rgb(142,8,79); }

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

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

 span { border-color: rgb(142,8,79); }

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