Html Css Color HEX #97105D Jazzberry Jam

📋 copy color: '#97105D'

red 151 ◦ green 16 ◦ blue 93

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

Shades of Jazzberry Jam #97105D

Tints of Jazzberry Jam #97105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 58.08%
G = 6.15%
B = 35.77%

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

#97105D (or 0x97105D) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 5D. RGB value is (151,16,93). Sum of RGB (Red+Green+Blue) = 151+16+93=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97105D is #68EFA2. Grayscale: #404040. Windows color (decimal): -6877091 or 6099095. OLE color: 6099095.

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

Color convert

RGB 151 16 93 -
CMYK 0 0.89 0.38 0.41
HSL 325.78º 0.81% 0.33% -
HSV(B) 325.78º 0.89% 0.59% -
XYZ 14.92 7.74 11.06 -
YUV 65.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 151 16 93 0 0.89 0.38 0.41 325.78 0.81 0.33
Hex 97 10 5D 0 59 26 29 146 51 21
Octal 227 20 135 0 131 46 51 506 121 41
Binary 10010111 10000 1011101 0 1011001 100110 101001 101000110 1010001 100001

Color Harmonies of #97105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97105D

Black with #97105D

Text Example


Text Example

White with #97105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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