Html Css Color HEX #97155B Jazzberry Jam

📋 copy color: '#97155B'

red 151 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #97155B

Tints of Jazzberry Jam #97155B

RGB

 RED value IS 151 (59.38% from 255) = 57.41%

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

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

R = 57.41%
G = 7.98%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97155B (or 0x97155B) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 5B. RGB value is (151,21,91). Sum of RGB (Red+Green+Blue) = 151+21+91=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97155B is #68EAA4. Grayscale: #434343. Windows color (decimal): -6875813 or 5969303. OLE color: 5969303.

HSL color Cylindrical-coordinate representation of color #97155B: hue angle of 327.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97155B is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 91 -
CMYK 0 0.86 0.40 0.41
HSL 327.69º 0.76% 0.34% -
HSV(B) 327.69º 0.86% 0.59% -
XYZ 14.92 7.87 10.63 -
YUV 67.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 151 21 91 0 0.86 0.40 0.41 327.69 0.76 0.34
Hex 97 15 5B 0 56 28 29 148 4C 22
Octal 227 25 133 0 126 50 51 510 114 42
Binary 10010111 10101 1011011 0 1010110 101000 101001 101001000 1001100 100010

Color Harmonies of #97155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97155B

Black with #97155B

Text Example


Text Example

White with #97155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97155B; }

 p { color: rgb(151,21,91); }

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

background-color css

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

 a { background-color: rgb(151,21,91); }

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

border-color css

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

 span { border-color: rgb(151,21,91); }

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