Html Css Color HEX #8F054A Jazzberry Jam

📋 copy color: '#8F054A'

red 143 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #8F054A

Tints of Jazzberry Jam #8F054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 64.41%
G = 2.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F054A (or 0x8F054A) is known color: Jazzberry Jam. HEX triplet: 8F, 05 and 4A. RGB value is (143,5,74). Sum of RGB (Red+Green+Blue) = 143+5+74=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F054A is #70FAB5. Grayscale: #353535. Windows color (decimal): -7404214 or 4851087. OLE color: 4851087.

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

Color convert

RGB 143 5 74 -
CMYK 0 0.97 0.48 0.44
HSL 330º 0.93% 0.29% -
HSV(B) 330º 0.97% 0.56% -
XYZ 12.62 6.44 7.06 -
YUV 54.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 143 5 74 0 0.97 0.48 0.44 330 0.93 0.29
Hex 8F 5 4A 0 61 30 2C 14A 5D 1D
Octal 217 5 112 0 141 60 54 512 135 35
Binary 10001111 101 1001010 0 1100001 110000 101100 101001010 1011101 11101

Color Harmonies of #8F054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F054A

Black with #8F054A

Text Example


Text Example

White with #8F054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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