Html Css Color HEX #97115E Jazzberry Jam

📋 copy color: '#97115E'

red 151 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #97115E

Tints of Jazzberry Jam #97115E

RGB

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

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

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

R = 57.63%
G = 6.49%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97115E (or 0x97115E) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 5E. RGB value is (151,17,94). Sum of RGB (Red+Green+Blue) = 151+17+94=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97115E is #68EEA1. Grayscale: #414141. Windows color (decimal): -6876834 or 6164887. OLE color: 6164887.

HSL color Cylindrical-coordinate representation of color #97115E: hue angle of 325.52º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97115E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 94 -
CMYK 0 0.89 0.38 0.41
HSL 325.52º 0.8% 0.33% -
HSV(B) 325.52º 0.89% 0.59% -
XYZ 14.98 7.79 11.3 -
YUV 65.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 151 17 94 0 0.89 0.38 0.41 325.52 0.8 0.33
Hex 97 11 5E 0 59 26 29 146 50 21
Octal 227 21 136 0 131 46 51 506 120 41
Binary 10010111 10001 1011110 0 1011001 100110 101001 101000110 1010000 100001

Color Harmonies of #97115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97115E

Black with #97115E

Text Example


Text Example

White with #97115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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