Html Css Color HEX #8F0851 Jazzberry Jam

📋 copy color: '#8F0851'

red 143 ◦ green 8 ◦ blue 81

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

Shades of Jazzberry Jam #8F0851

Tints of Jazzberry Jam #8F0851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 61.64%
G = 3.45%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F0851 (or 0x8F0851) is known color: Jazzberry Jam. HEX triplet: 8F, 08 and 51. RGB value is (143,8,81). Sum of RGB (Red+Green+Blue) = 143+8+81=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0851 is #70F7AE. Grayscale: #383838. Windows color (decimal): -7403439 or 5310607. OLE color: 5310607.

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

Color convert

RGB 143 8 81 -
CMYK 0 0.94 0.43 0.44
HSL 327.56º 0.89% 0.3% -
HSV(B) 327.56º 0.94% 0.56% -
XYZ 12.9 6.61 8.38 -
YUV 56.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 143 8 81 0 0.94 0.43 0.44 327.56 0.89 0.3
Hex 8F 8 51 0 5E 2B 2C 148 59 1E
Octal 217 10 121 0 136 53 54 510 131 36
Binary 10001111 1000 1010001 0 1011110 101011 101100 101001000 1011001 11110

Color Harmonies of #8F0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0851

Black with #8F0851

Text Example


Text Example

White with #8F0851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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