#970955

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

Shades of Jazzberry Jam #970955

Tints of Jazzberry Jam #970955

Color information

#970955 (or 0x970955) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 09 and 55. RGB value is (151,9,85). Sum of RGB (Red+Green+Blue) = 151+9+85=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #970955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970955 is #68F6AA. Grayscale: #3B3B3B. Windows color (decimal): -6878891 or 5573015. OLE color: 5573015.

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

Color convert

RGB151985-
CMYK00.940.440.41
HSL327.89º88.75%31.37%-
HSV(B)327.89º94.04%59.22%-
XYZ14.57.439.26-
YUV60.12142.04192.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=61.63%
G=3.67%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15198500.940.440.41327.8988.7531.37
Hex9795505E2C29148591f
Octal227111250136545151013137
Binary100101111001101010101011110101100101001101001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970955; }

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

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

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

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

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

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

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

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