Html Css Color HEX #97105E Jazzberry Jam

📋 copy color: '#97105E'

red 151 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #97105E

Tints of Jazzberry Jam #97105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 57.85%
G = 6.13%
B = 36.02%

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

#97105E (or 0x97105E) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 5E. RGB value is (151,16,94). Sum of RGB (Red+Green+Blue) = 151+16+94=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97105E is #68EFA1. Grayscale: #414141. Windows color (decimal): -6877090 or 6164631. OLE color: 6164631.

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

Color convert

RGB 151 16 94 -
CMYK 0 0.89 0.38 0.41
HSL 325.33º 0.81% 0.33% -
HSV(B) 325.33º 0.89% 0.59% -
XYZ 14.97 7.76 11.3 -
YUV 65.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 151 16 94 0 0.89 0.38 0.41 325.33 0.81 0.33
Hex 97 10 5E 0 59 26 29 145 51 21
Octal 227 20 136 0 131 46 51 505 121 41
Binary 10010111 10000 1011110 0 1011001 100110 101001 101000101 1010001 100001

Color Harmonies of #97105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97105E

Black with #97105E

Text Example


Text Example

White with #97105E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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