Html Css Color HEX #8F024C Jazzberry Jam

📋 copy color: '#8F024C'

red 143 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #8F024C

Tints of Jazzberry Jam #8F024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 64.71%
G = 0.9%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F024C (or 0x8F024C) is known color: Jazzberry Jam. HEX triplet: 8F, 02 and 4C. RGB value is (143,2,76). Sum of RGB (Red+Green+Blue) = 143+2+76=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F024C is #70FDB3. Grayscale: #343434. Windows color (decimal): -7404980 or 4981391. OLE color: 4981391.

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

Color convert

RGB 143 2 76 -
CMYK 0 0.99 0.47 0.44
HSL 328.51º 0.97% 0.28% -
HSV(B) 328.51º 0.99% 0.56% -
XYZ 12.65 6.4 7.41 -
YUV 52.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 143 2 76 0 0.99 0.47 0.44 328.51 0.97 0.28
Hex 8F 2 4C 0 63 2F 2C 149 61 1C
Octal 217 2 114 0 143 57 54 511 141 34
Binary 10001111 10 1001100 0 1100011 101111 101100 101001001 1100001 11100

Color Harmonies of #8F024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F024C

Black with #8F024C

Text Example


Text Example

White with #8F024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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