#970254

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

Shades of Jazzberry Jam #970254

Tints of Jazzberry Jam #970254

Color information

#970254 (or 0x970254) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 02 and 54. RGB value is (151,2,84). Sum of RGB (Red+Green+Blue) = 151+2+84=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #970254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970254 is #68FDAB. Grayscale: #373737. Windows color (decimal): -6880684 or 5505687. OLE color: 5505687.

HSL color Cylindrical-coordinate representation of color #970254: hue angle of 326.98º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970254 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB151284-
CMYK00.990.440.41
HSL326.98º97.39%30%-
HSV(B)326.98º98.68%59.22%-
XYZ14.387.269.03-
YUV55.9143.86195.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.71%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=63.71%
G=0.84%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15128400.990.440.41326.9897.3930
Hex972540632C29147611e
Octal22721240143545150714136
Binary1001011110101010001100011101100101001101000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970254; }

 p { color: rgb(151,2,84); }

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

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

 a { background-color: rgb(151,2,84); }

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

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

 span { border-color: rgb(151,2,84); }

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