Html Css Color HEX #970859 Jazzberry Jam

📋 copy color: '#970859'

red 151 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #970859

Tints of Jazzberry Jam #970859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 60.89%
G = 3.23%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970859 (or 0x970859) is known color: Jazzberry Jam. HEX triplet: 97, 08 and 59. RGB value is (151,8,89). Sum of RGB (Red+Green+Blue) = 151+8+89=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #970859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970859 is #68F7A6. Grayscale: #3B3B3B. Windows color (decimal): -6879143 or 5834903. OLE color: 5834903.

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

Color convert

RGB 151 8 89 -
CMYK 0 0.95 0.41 0.41
HSL 326.01º 0.9% 0.31% -
HSV(B) 326.01º 0.95% 0.59% -
XYZ 14.65 7.47 10.12 -
YUV 59.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 151 8 89 0 0.95 0.41 0.41 326.01 0.9 0.31
Hex 97 8 59 0 5F 29 29 146 5A 1F
Octal 227 10 131 0 137 51 51 506 132 37
Binary 10010111 1000 1011001 0 1011111 101001 101001 101000110 1011010 11111

Color Harmonies of #970859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970859

Black with #970859

Text Example


Text Example

White with #970859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970859; }

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

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

background-color css

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

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

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

border-color css

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

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

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