Html Css Color HEX #8F155C Jazzberry Jam

📋 copy color: '#8F155C'

red 143 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #8F155C

Tints of Jazzberry Jam #8F155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 55.86%
G = 8.2%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F155C (or 0x8F155C) is known color: Jazzberry Jam. HEX triplet: 8F, 15 and 5C. RGB value is (143,21,92). Sum of RGB (Red+Green+Blue) = 143+21+92=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F155C is #70EAA3. Grayscale: #414141. Windows color (decimal): -7400100 or 6034831. OLE color: 6034831.

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

Color convert

RGB 143 21 92 -
CMYK 0 0.85 0.36 0.44
HSL 325.08º 0.74% 0.32% -
HSV(B) 325.08º 0.85% 0.56% -
XYZ 13.53 7.15 10.79 -
YUV 65.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 143 21 92 0 0.85 0.36 0.44 325.08 0.74 0.32
Hex 8F 15 5C 0 55 24 2C 145 4A 20
Octal 217 25 134 0 125 44 54 505 112 40
Binary 10001111 10101 1011100 0 1010101 100100 101100 101000101 1001010 100000

Color Harmonies of #8F155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F155C

Black with #8F155C

Text Example


Text Example

White with #8F155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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