#8F004A

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

Shades of Jazzberry Jam #8F004A

Tints of Jazzberry Jam #8F004A

Color information

#8F004A (or 0x8F004A) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 00 and 4A. RGB value is (143,0,74). Sum of RGB (Red+Green+Blue) = 143+0+74=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F004A is #70FFB5. Grayscale: #333333. Windows color (decimal): -7405494 or 4849807. OLE color: 4849807.

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

Color convert

RGB143074-
CMYK010.480.44
HSL328.95º100%28.04%-
HSV(B)328.95º100%56.08%-
XYZ12.566.337.04-
YUV51.19140.88193.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=65.90%
G=0%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143074010.480.44328.9510028.04
Hex8F04A064302C149641c
Octal21701120144605451114434
Binary100011110100101001100100110000101100101001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,74); }

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

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

 a { background-color: rgb(143,0,74); }

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

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

 span { border-color: rgb(143,0,74); }

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