#8F0A4F

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

Shades of Jazzberry Jam #8F0A4F

Tints of Jazzberry Jam #8F0A4F

Color information

#8F0A4F (or 0x8F0A4F) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 0A and 4F. RGB value is (143,10,79). Sum of RGB (Red+Green+Blue) = 143+10+79=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0A4F is #70F5B0. Grayscale: #393939. Windows color (decimal): -7402929 or 5180047. OLE color: 5180047.

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

Color convert

RGB1431079-
CMYK00.930.450.44
HSL328.87º86.93%30%-
HSV(B)328.87º93.01%56.08%-
XYZ12.856.628-
YUV57.63140.06188.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.64%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=61.64%
G=4.31%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143107900.930.450.44328.8786.9330
Hex8FA4F05D2D2C149571e
Octal217121170135555451112736
Binary100011111010100111101011101101101101100101001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,10,79); }

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

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

 a { background-color: rgb(143,10,79); }

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

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

 span { border-color: rgb(143,10,79); }

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