Html Css Color HEX #8F024A Jazzberry Jam

📋 copy color: '#8F024A'

red 143 ◦ green 2 ◦ blue 74

#8F024A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #8F024A

Tints of Jazzberry Jam #8F024A

RGB

 RED value IS 143 (56.25% from 255) = 65.3%

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 65.3%
G = 0.91%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F024A (or 0x8F024A) is known color: Jazzberry Jam. HEX triplet: 8F, 02 and 4A. RGB value is (143,2,74). Sum of RGB (Red+Green+Blue) = 143+2+74=219 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65.30% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 143 - color contains mainly: red. Hex color #8F024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F024A is #70FDB5. Grayscale: #343434. Windows color (decimal): -7404982 or 4850319. OLE color: 4850319.

HSL color Cylindrical-coordinate representation of color #8F024A: hue angle of 329.36º degrees, saturation: 0.97, 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 #8F024A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 74 -
CMYK 0 0.99 0.48 0.44
HSL 329.36º 0.97% 0.28% -
HSV(B) 329.36º 0.99% 0.56% -
XYZ 12.59 6.38 7.05 -
YUV 52.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 143 2 74 0 0.99 0.48 0.44 329.36 0.97 0.28
Hex 8F 2 4A 0 63 30 2C 149 61 1C
Octal 217 2 112 0 143 60 54 511 141 34
Binary 10001111 10 1001010 0 1100011 110000 101100 101001001 1100001 11100

Color Harmonies of #8F024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F024A

Black with #8F024A

Text Example


Text Example

White with #8F024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F024A;
 }
 .AnyTagClassName
 {
   color: #8F024A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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