Html Css Color HEX #8F044F Jazzberry Jam

📋 copy color: '#8F044F'

red 143 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #8F044F

Tints of Jazzberry Jam #8F044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 63.27%
G = 1.77%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F044F (or 0x8F044F) is known color: Jazzberry Jam. HEX triplet: 8F, 04 and 4F. RGB value is (143,4,79). Sum of RGB (Red+Green+Blue) = 143+4+79=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F044F is #70FBB0. Grayscale: #353535. Windows color (decimal): -7404465 or 5178511. OLE color: 5178511.

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

Color convert

RGB 143 4 79 -
CMYK 0 0.97 0.45 0.44
HSL 327.63º 0.95% 0.29% -
HSV(B) 327.63º 0.97% 0.56% -
XYZ 12.78 6.49 7.98 -
YUV 54.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 143 4 79 0 0.97 0.45 0.44 327.63 0.95 0.29
Hex 8F 4 4F 0 61 2D 2C 148 5F 1D
Octal 217 4 117 0 141 55 54 510 137 35
Binary 10001111 100 1001111 0 1100001 101101 101100 101001000 1011111 11101

Color Harmonies of #8F044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F044F

Black with #8F044F

Text Example


Text Example

White with #8F044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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