Html Css Color HEX #97115F Jazzberry Jam

📋 copy color: '#97115F'

red 151 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #97115F

Tints of Jazzberry Jam #97115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 57.41%
G = 6.46%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#97115F (or 0x97115F) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 5F. RGB value is (151,17,95). Sum of RGB (Red+Green+Blue) = 151+17+95=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97115F is #68EEA0. Grayscale: #414141. Windows color (decimal): -6876833 or 6230423. OLE color: 6230423.

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

Color convert

RGB 151 17 95 -
CMYK 0 0.89 0.37 0.41
HSL 325.07º 0.8% 0.33% -
HSV(B) 325.07º 0.89% 0.59% -
XYZ 15.03 7.81 11.54 -
YUV 65.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 151 17 95 0 0.89 0.37 0.41 325.07 0.8 0.33
Hex 97 11 5F 0 59 25 29 145 50 21
Octal 227 21 137 0 131 45 51 505 120 41
Binary 10010111 10001 1011111 0 1011001 100101 101001 101000101 1010000 100001

Color Harmonies of #97115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97115F

Black with #97115F

Text Example


Text Example

White with #97115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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