#8F0642

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

Shades of Jazzberry Jam #8F0642

Tints of Jazzberry Jam #8F0642

Color information

#8F0642 (or 0x8F0642) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 06 and 42. RGB value is (143,6,66). Sum of RGB (Red+Green+Blue) = 143+6+66=215 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.51% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0642 is #70F9BD. Grayscale: #353535. Windows color (decimal): -7403966 or 4327055. OLE color: 4327055.

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

Color convert

RGB143666-
CMYK00.960.540.44
HSL333.72º91.95%29.22%-
HSV(B)333.72º95.8%56.08%-
XYZ12.386.365.73-
YUV53.8134.89191.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 66.51%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=66.51%
G=2.79%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14366600.960.540.44333.7291.9529.22
Hex8F642060362C14e5c1d
Octal21761020140665451613435
Binary10001111110100001001100000110110101100101001110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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