Html Css Color HEX #970959 Jazzberry Jam

📋 copy color: '#970959'

red 151 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #970959

Tints of Jazzberry Jam #970959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 60.64%
G = 3.61%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970959 (or 0x970959) is known color: Jazzberry Jam. HEX triplet: 97, 09 and 59. RGB value is (151,9,89). Sum of RGB (Red+Green+Blue) = 151+9+89=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #970959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970959 is #68F6A6. Grayscale: #3C3C3C. Windows color (decimal): -6878887 or 5835159. OLE color: 5835159.

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

Color convert

RGB 151 9 89 -
CMYK 0 0.94 0.41 0.41
HSL 326.2º 0.89% 0.31% -
HSV(B) 326.2º 0.94% 0.59% -
XYZ 14.66 7.5 10.13 -
YUV 60.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 151 9 89 0 0.94 0.41 0.41 326.2 0.89 0.31
Hex 97 9 59 0 5E 29 29 146 59 1F
Octal 227 11 131 0 136 51 51 506 131 37
Binary 10010111 1001 1011001 0 1011110 101001 101001 101000110 1011001 11111

Color Harmonies of #970959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970959

Black with #970959

Text Example


Text Example

White with #970959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970959; }

 p { color: rgb(151,9,89); }

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

background-color css

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

 a { background-color: rgb(151,9,89); }

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

border-color css

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

 span { border-color: rgb(151,9,89); }

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