#8F104C

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

Shades of Jazzberry Jam #8F104C

Tints of Jazzberry Jam #8F104C

Color information

#8F104C (or 0x8F104C) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 10 and 4C. RGB value is (143,16,76). Sum of RGB (Red+Green+Blue) = 143+16+76=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F104C is #70EFB3. Grayscale: #3C3C3C. Windows color (decimal): -7401396 or 4984975. OLE color: 4984975.

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

Color convert

RGB1431676-
CMYK00.890.470.44
HSL331.65º79.87%31.18%-
HSV(B)331.65º88.81%56.08%-
XYZ12.826.737.46-
YUV60.81136.58186.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=60.85%
G=6.81%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143167600.890.470.44331.6579.8731.18
Hex8F104C0592F2C14c501f
Octal217201140131575451412037
Binary1000111110000100110001011001101111101100101001100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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