Html Css Color HEX #8F044C Jazzberry Jam

📋 copy color: '#8F044C'

red 143 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #8F044C

Tints of Jazzberry Jam #8F044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 64.13%
G = 1.79%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F044C (or 0x8F044C) is known color: Jazzberry Jam. HEX triplet: 8F, 04 and 4C. RGB value is (143,4,76). Sum of RGB (Red+Green+Blue) = 143+4+76=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F044C is #70FBB3. Grayscale: #353535. Windows color (decimal): -7404468 or 4981903. OLE color: 4981903.

HSL color Cylindrical-coordinate representation of color #8F044C: hue angle of 328.92º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F044C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 76 -
CMYK 0 0.97 0.47 0.44
HSL 328.92º 0.95% 0.29% -
HSV(B) 328.92º 0.97% 0.56% -
XYZ 12.68 6.45 7.41 -
YUV 53.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 143 4 76 0 0.97 0.47 0.44 328.92 0.95 0.29
Hex 8F 4 4C 0 61 2F 2C 149 5F 1D
Octal 217 4 114 0 141 57 54 511 137 35
Binary 10001111 100 1001100 0 1100001 101111 101100 101001001 1011111 11101

Color Harmonies of #8F044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F044C

Black with #8F044C

Text Example


Text Example

White with #8F044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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