Html Css Color HEX #8F155D Jazzberry Jam

📋 copy color: '#8F155D'

red 143 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #8F155D

Tints of Jazzberry Jam #8F155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 55.64%
G = 8.17%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F155D (or 0x8F155D) is known color: Jazzberry Jam. HEX triplet: 8F, 15 and 5D. RGB value is (143,21,93). Sum of RGB (Red+Green+Blue) = 143+21+93=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F155D is #70EAA2. Grayscale: #414141. Windows color (decimal): -7400099 or 6100367. OLE color: 6100367.

HSL color Cylindrical-coordinate representation of color #8F155D: hue angle of 324.59º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F155D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 21 93 -
CMYK 0 0.85 0.35 0.44
HSL 324.59º 0.74% 0.32% -
HSV(B) 324.59º 0.85% 0.56% -
XYZ 13.57 7.17 11.02 -
YUV 65.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 143 21 93 0 0.85 0.35 0.44 324.59 0.74 0.32
Hex 8F 15 5D 0 55 23 2C 145 4A 20
Octal 217 25 135 0 125 43 54 505 112 40
Binary 10001111 10101 1011101 0 1010101 100011 101100 101000101 1001010 100000

Color Harmonies of #8F155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F155D

Black with #8F155D

Text Example


Text Example

White with #8F155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,21,93); }

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

background-color css

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

 a { background-color: rgb(143,21,93); }

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

border-color css

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

 span { border-color: rgb(143,21,93); }

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