Html Css Color HEX #8F165B Jazzberry Jam

📋 copy color: '#8F165B'

red 143 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #8F165B

Tints of Jazzberry Jam #8F165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 55.86%
G = 8.59%
B = 35.55%

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

#8F165B (or 0x8F165B) is known color: Jazzberry Jam. HEX triplet: 8F, 16 and 5B. RGB value is (143,22,91). Sum of RGB (Red+Green+Blue) = 143+22+91=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F165B is #70E9A4. Grayscale: #414141. Windows color (decimal): -7399845 or 5969551. OLE color: 5969551.

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

Color convert

RGB 143 22 91 -
CMYK 0 0.85 0.36 0.44
HSL 325.79º 0.73% 0.32% -
HSV(B) 325.79º 0.85% 0.56% -
XYZ 13.5 7.17 10.57 -
YUV 66.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 143 22 91 0 0.85 0.36 0.44 325.79 0.73 0.32
Hex 8F 16 5B 0 55 24 2C 146 49 20
Octal 217 26 133 0 125 44 54 506 111 40
Binary 10001111 10110 1011011 0 1010101 100100 101100 101000110 1001001 100000

Color Harmonies of #8F165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F165B

Black with #8F165B

Text Example


Text Example

White with #8F165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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