#8F1052

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

Shades of Jazzberry Jam #8F1052

Tints of Jazzberry Jam #8F1052

Color information

#8F1052 (or 0x8F1052) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 10 and 52. RGB value is (143,16,82). Sum of RGB (Red+Green+Blue) = 143+16+82=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1052 is #70EFAD. Grayscale: #3D3D3D. Windows color (decimal): -7401390 or 5378191. OLE color: 5378191.

HSL color Cylindrical-coordinate representation of color #8F1052: hue angle of 328.82º degrees, saturation: 0.8, 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 #8F1052 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1431682-
CMYK00.890.430.44
HSL328.82º79.87%31.18%-
HSV(B)328.82º88.81%56.08%-
XYZ13.046.828.61-
YUV61.5139.58186.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.34%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=59.34%
G=6.64%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143168200.890.430.44328.8279.8731.18
Hex8F10520592B2C149501f
Octal217201220131535451112037
Binary1000111110000101001001011001101011101100101001001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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