#8F104D

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

Shades of Jazzberry Jam #8F104D

Tints of Jazzberry Jam #8F104D

Color information

#8F104D (or 0x8F104D) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 10 and 4D. RGB value is (143,16,77). Sum of RGB (Red+Green+Blue) = 143+16+77=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F104D is #70EFB2. Grayscale: #3C3C3C. Windows color (decimal): -7401395 or 5050511. OLE color: 5050511.

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

Color convert

RGB1431677-
CMYK00.890.460.44
HSL331.18º79.87%31.18%-
HSV(B)331.18º88.81%56.08%-
XYZ12.856.757.65-
YUV60.93137.08186.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.59%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=60.59%
G=6.78%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143167700.890.460.44331.1879.8731.18
Hex8F104D0592E2C14b501f
Octal217201150131565451312037
Binary1000111110000100110101011001101110101100101001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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