Html Css Color HEX #911157 Jazzberry Jam

📋 copy color: '#911157'

red 145 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #911157

Tints of Jazzberry Jam #911157

RGB

 RED value IS 145 (57.03% from 255) = 58.23%

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

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 58.23%
G = 6.83%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#911157 (or 0x911157) is known color: Jazzberry Jam. HEX triplet: 91, 11 and 57. RGB value is (145,17,87). Sum of RGB (Red+Green+Blue) = 145+17+87=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #911157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911157 is #6EEEA8. Grayscale: #3F3F3F. Windows color (decimal): -7270057 or 5706129. OLE color: 5706129.

HSL color Cylindrical-coordinate representation of color #911157: hue angle of 327.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911157 is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 87 -
CMYK 0 0.88 0.4 0.43
HSL 327.19º 0.79% 0.32% -
HSV(B) 327.19º 0.88% 0.57% -
XYZ 13.6 7.11 9.67 -
YUV 63.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 145 17 87 0 0.88 0.4 0.43 327.19 0.79 0.32
Hex 91 11 57 0 58 28 2B 147 4F 20
Octal 221 21 127 0 130 50 53 507 117 40
Binary 10010001 10001 1010111 0 1011000 101000 101011 101000111 1001111 100000

Color Harmonies of #911157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911157

Black with #911157

Text Example


Text Example

White with #911157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911157; }

 p { color: rgb(145,17,87); }

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

background-color css

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

 a { background-color: rgb(145,17,87); }

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

border-color css

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

 span { border-color: rgb(145,17,87); }

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