Html Css Color HEX #8F1159 Jazzberry Jam

📋 copy color: '#8F1159'

red 143 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #8F1159

Tints of Jazzberry Jam #8F1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 57.43%
G = 6.83%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F1159 (or 0x8F1159) is known color: Jazzberry Jam. HEX triplet: 8F, 11 and 59. RGB value is (143,17,89). Sum of RGB (Red+Green+Blue) = 143+17+89=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1159 is #70EEA6. Grayscale: #3E3E3E. Windows color (decimal): -7401127 or 5837199. OLE color: 5837199.

HSL color Cylindrical-coordinate representation of color #8F1159: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1159 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 17 89 -
CMYK 0 0.88 0.38 0.44
HSL 325.71º 0.79% 0.31% -
HSV(B) 325.71º 0.88% 0.56% -
XYZ 13.33 6.96 10.09 -
YUV 62.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 143 17 89 0 0.88 0.38 0.44 325.71 0.79 0.31
Hex 8F 11 59 0 58 26 2C 146 4F 1F
Octal 217 21 131 0 130 46 54 506 117 37
Binary 10001111 10001 1011001 0 1011000 100110 101100 101000110 1001111 11111

Color Harmonies of #8F1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1159

Black with #8F1159

Text Example


Text Example

White with #8F1159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,89); }

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

background-color css

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

 a { background-color: rgb(143,17,89); }

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

border-color css

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

 span { border-color: rgb(143,17,89); }

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