Html Css Color HEX #8F084C Jazzberry Jam

📋 copy color: '#8F084C'

red 143 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #8F084C

Tints of Jazzberry Jam #8F084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 63%
G = 3.52%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F084C (or 0x8F084C) is known color: Jazzberry Jam. HEX triplet: 8F, 08 and 4C. RGB value is (143,8,76). Sum of RGB (Red+Green+Blue) = 143+8+76=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F084C is #70F7B3. Grayscale: #373737. Windows color (decimal): -7403444 or 4982927. OLE color: 4982927.

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

Color convert

RGB 143 8 76 -
CMYK 0 0.94 0.47 0.44
HSL 329.78º 0.89% 0.3% -
HSV(B) 329.78º 0.94% 0.56% -
XYZ 12.72 6.54 7.43 -
YUV 56.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 143 8 76 0 0.94 0.47 0.44 329.78 0.89 0.3
Hex 8F 8 4C 0 5E 2F 2C 14A 59 1E
Octal 217 10 114 0 136 57 54 512 131 36
Binary 10001111 1000 1001100 0 1011110 101111 101100 101001010 1011001 11110

Color Harmonies of #8F084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F084C

Black with #8F084C

Text Example


Text Example

White with #8F084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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