#970956

Color #970956 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #970956

Tints of Jazzberry Jam #970956

Color information

#970956 (or 0x970956) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 09 and 56. RGB value is (151,9,86). Sum of RGB (Red+Green+Blue) = 151+9+86=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #970956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970956 is #68F6A9. Grayscale: #3C3C3C. Windows color (decimal): -6878890 or 5638551. OLE color: 5638551.

HSL color Cylindrical-coordinate representation of color #970956: hue angle of 327.46º 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 #970956 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB151986-
CMYK00.940.430.41
HSL327.46º88.75%31.37%-
HSV(B)327.46º94.04%59.22%-
XYZ14.547.459.48-
YUV60.24142.54192.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.38%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=61.38%
G=3.66%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15198600.940.430.41327.4688.7531.37
Hex9795605E2B29147591f
Octal227111260136535150713137
Binary100101111001101011001011110101011101001101000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970956; }

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

 H1.HeaderClassName
 {
   color: #970956;
 }
 .AnyTagClassName
 {
   color: #970956;
 }
</style>
background-color css

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

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

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

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

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

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