Html Css Color HEX #8F0E56 Jazzberry Jam

📋 copy color: '#8F0E56'

red 143 ◦ green 14 ◦ blue 86

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

Shades of Jazzberry Jam #8F0E56

Tints of Jazzberry Jam #8F0E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.76%

 BLUE value IS 86 (33.98% from 255) = 35.39%

R = 58.85%
G = 5.76%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8F0E56 (or 0x8F0E56) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 56. RGB value is (143,14,86). Sum of RGB (Red+Green+Blue) = 143+14+86=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E56 is #70F1A9. Grayscale: #3C3C3C. Windows color (decimal): -7401898 or 5639823. OLE color: 5639823.

HSL color Cylindrical-coordinate representation of color #8F0E56: hue angle of 326.51º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E56 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 86 -
CMYK 0 0.90 0.40 0.44
HSL 326.51º 0.82% 0.31% -
HSV(B) 326.51º 0.9% 0.56% -
XYZ 13.16 6.83 9.43 -
YUV 60.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 143 14 86 0 0.90 0.40 0.44 326.51 0.82 0.31
Hex 8F E 56 0 5A 28 2C 147 52 1F
Octal 217 16 126 0 132 50 54 507 122 37
Binary 10001111 1110 1010110 0 1011010 101000 101100 101000111 1010010 11111

Color Harmonies of #8F0E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E56

Black with #8F0E56

Text Example


Text Example

White with #8F0E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,86); }

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

background-color css

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

 a { background-color: rgb(143,14,86); }

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

border-color css

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

 span { border-color: rgb(143,14,86); }

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