Html Css Color HEX #97155E Jazzberry Jam

📋 copy color: '#97155E'

red 151 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #97155E

Tints of Jazzberry Jam #97155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 56.77%
G = 7.89%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97155E (or 0x97155E) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 5E. RGB value is (151,21,94). Sum of RGB (Red+Green+Blue) = 151+21+94=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97155E is #68EAA1. Grayscale: #444444. Windows color (decimal): -6875810 or 6165911. OLE color: 6165911.

HSL color Cylindrical-coordinate representation of color #97155E: hue angle of 326.31º 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 #97155E is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 94 -
CMYK 0 0.86 0.38 0.41
HSL 326.31º 0.76% 0.34% -
HSV(B) 326.31º 0.86% 0.59% -
XYZ 15.05 7.92 11.33 -
YUV 68.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 151 21 94 0 0.86 0.38 0.41 326.31 0.76 0.34
Hex 97 15 5E 0 56 26 29 146 4C 22
Octal 227 25 136 0 126 46 51 506 114 42
Binary 10010111 10101 1011110 0 1010110 100110 101001 101000110 1001100 100010

Color Harmonies of #97155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97155E

Black with #97155E

Text Example


Text Example

White with #97155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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