#8F104E

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

Shades of Jazzberry Jam #8F104E

Tints of Jazzberry Jam #8F104E

Color information

#8F104E (or 0x8F104E) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 10 and 4E. RGB value is (143,16,78). Sum of RGB (Red+Green+Blue) = 143+16+78=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F104E is #70EFB1. Grayscale: #3C3C3C. Windows color (decimal): -7401394 or 5116047. OLE color: 5116047.

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

Color convert

RGB1431678-
CMYK00.890.450.44
HSL330.71º79.87%31.18%-
HSV(B)330.71º88.81%56.08%-
XYZ12.896.767.83-
YUV61.04137.58186.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=60.34%
G=6.75%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143167800.890.450.44330.7179.8731.18
Hex8F104E0592D2C14b501f
Octal217201160131555451312037
Binary1000111110000100111001011001101101101100101001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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