#8F0148

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

Shades of Jazzberry Jam #8F0148

Tints of Jazzberry Jam #8F0148

Color information

#8F0148 (or 0x8F0148) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 01 and 48. RGB value is (143,1,72). Sum of RGB (Red+Green+Blue) = 143+1+72=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0148 is #70FEB7. Grayscale: #333333. Windows color (decimal): -7405240 or 4718991. OLE color: 4718991.

HSL color Cylindrical-coordinate representation of color #8F0148: hue angle of 330º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0148 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB143172-
CMYK00.990.500.44
HSL330º98.61%28.24%-
HSV(B)330º99.3%56.08%-
XYZ12.516.336.69-
YUV51.55139.54193.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 66.20%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=66.20%
G=0.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14317200.990.500.4433098.6128.24
Hex8F148063322C14a631c
Octal21711100143625451214334
Binary100011111100100001100011110010101100101001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,1,72); }

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

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

 a { background-color: rgb(143,1,72); }

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

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

 span { border-color: rgb(143,1,72); }

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