#8F0F4D

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

Shades of Jazzberry Jam #8F0F4D

Tints of Jazzberry Jam #8F0F4D

Color information

#8F0F4D (or 0x8F0F4D) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 0F and 4D. RGB value is (143,15,77). Sum of RGB (Red+Green+Blue) = 143+15+77=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F4D is #70F0B2. Grayscale: #3C3C3C. Windows color (decimal): -7401651 or 5050255. OLE color: 5050255.

HSL color Cylindrical-coordinate representation of color #8F0F4D: hue angle of 330.94º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F4D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1431577-
CMYK00.900.460.44
HSL330.94º81.01%30.98%-
HSV(B)330.94º89.51%56.08%-
XYZ12.846.727.64-
YUV60.34137.41186.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=60.85%
G=6.38%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143157700.900.460.44330.9481.0130.98
Hex8FF4D05A2E2C14b511f
Octal217171150132565451312137
Binary100011111111100110101011010101110101100101001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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