Html Css Color HEX #8F115B Jazzberry Jam

📋 copy color: '#8F115B'

red 143 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #8F115B

Tints of Jazzberry Jam #8F115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 56.97%
G = 6.77%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F115B (or 0x8F115B) is known color: Jazzberry Jam. HEX triplet: 8F, 11 and 5B. RGB value is (143,17,91). Sum of RGB (Red+Green+Blue) = 143+17+91=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F115B is #70EEA4. Grayscale: #3E3E3E. Windows color (decimal): -7401125 or 5968271. OLE color: 5968271.

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

Color convert

RGB 143 17 91 -
CMYK 0 0.88 0.36 0.44
HSL 324.76º 0.79% 0.31% -
HSV(B) 324.76º 0.88% 0.56% -
XYZ 13.42 7 10.54 -
YUV 63.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 143 17 91 0 0.88 0.36 0.44 324.76 0.79 0.31
Hex 8F 11 5B 0 58 24 2C 145 4F 1F
Octal 217 21 133 0 130 44 54 505 117 37
Binary 10001111 10001 1011011 0 1011000 100100 101100 101000101 1001111 11111

Color Harmonies of #8F115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F115B

Black with #8F115B

Text Example


Text Example

White with #8F115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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