#8F0852

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

Shades of Jazzberry Jam #8F0852

Tints of Jazzberry Jam #8F0852

Color information

#8F0852 (or 0x8F0852) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 08 and 52. RGB value is (143,8,82). Sum of RGB (Red+Green+Blue) = 143+8+82=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0852 is #70F7AD. Grayscale: #383838. Windows color (decimal): -7403438 or 5376143. OLE color: 5376143.

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

Color convert

RGB143882-
CMYK00.940.430.44
HSL327.11º89.4%29.61%-
HSV(B)327.11º94.41%56.08%-
XYZ12.946.628.58-
YUV56.8142.23189.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.37%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=61.37%
G=3.43%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14388200.940.430.44327.1189.429.61
Hex8F85205E2B2C147591e
Octal217101220136535450713136
Binary100011111000101001001011110101011101100101000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,8,82); }

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

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

 a { background-color: rgb(143,8,82); }

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

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

 span { border-color: rgb(143,8,82); }

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