Html Css Color HEX #97185C Jazzberry Jam

📋 copy color: '#97185C'

red 151 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #97185C

Tints of Jazzberry Jam #97185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 56.55%
G = 8.99%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97185C (or 0x97185C) is known color: Jazzberry Jam. HEX triplet: 97, 18 and 5C. RGB value is (151,24,92). Sum of RGB (Red+Green+Blue) = 151+24+92=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97185C is #68E7A3. Grayscale: #454545. Windows color (decimal): -6875044 or 6035607. OLE color: 6035607.

HSL color Cylindrical-coordinate representation of color #97185C: hue angle of 327.87º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97185C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 92 -
CMYK 0 0.84 0.39 0.41
HSL 327.87º 0.73% 0.34% -
HSV(B) 327.87º 0.84% 0.59% -
XYZ 15.02 8.01 10.88 -
YUV 69.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 151 24 92 0 0.84 0.39 0.41 327.87 0.73 0.34
Hex 97 18 5C 0 54 27 29 148 49 22
Octal 227 30 134 0 124 47 51 510 111 42
Binary 10010111 11000 1011100 0 1010100 100111 101001 101001000 1001001 100010

Color Harmonies of #97185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97185C

Black with #97185C

Text Example


Text Example

White with #97185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97185C; }

 p { color: rgb(151,24,92); }

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

background-color css

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

 a { background-color: rgb(151,24,92); }

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

border-color css

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

 span { border-color: rgb(151,24,92); }

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