Html Css Color HEX #8F0E57 Jazzberry Jam

📋 copy color: '#8F0E57'

red 143 ◦ green 14 ◦ blue 87

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

Shades of Jazzberry Jam #8F0E57

Tints of Jazzberry Jam #8F0E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.66%

R = 58.61%
G = 5.74%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8F0E57 (or 0x8F0E57) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 57. RGB value is (143,14,87). Sum of RGB (Red+Green+Blue) = 143+14+87=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E57 is #70F1A8. Grayscale: #3C3C3C. Windows color (decimal): -7401897 or 5705359. OLE color: 5705359.

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

Color convert

RGB 143 14 87 -
CMYK 0 0.90 0.39 0.44
HSL 326.05º 0.82% 0.31% -
HSV(B) 326.05º 0.9% 0.56% -
XYZ 13.21 6.84 9.64 -
YUV 60.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 143 14 87 0 0.90 0.39 0.44 326.05 0.82 0.31
Hex 8F E 57 0 5A 27 2C 146 52 1F
Octal 217 16 127 0 132 47 54 506 122 37
Binary 10001111 1110 1010111 0 1011010 100111 101100 101000110 1010010 11111

Color Harmonies of #8F0E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E57

Black with #8F0E57

Text Example


Text Example

White with #8F0E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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