#970E53

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

Shades of Jazzberry Jam #970E53

Tints of Jazzberry Jam #970E53

Color information

#970E53 (or 0x970E53) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0E and 53. RGB value is (151,14,83). Sum of RGB (Red+Green+Blue) = 151+14+83=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #970E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E53 is #68F1AC. Grayscale: #3E3E3E. Windows color (decimal): -6877613 or 5443223. OLE color: 5443223.

HSL color Cylindrical-coordinate representation of color #970E53: hue angle of 329.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E53 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1511483-
CMYK00.910.450.41
HSL329.78º83.03%32.35%-
HSV(B)329.78º90.73%59.22%-
XYZ14.487.528.87-
YUV62.83139.39190.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.89%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=60.89%
G=5.65%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151148300.910.450.41329.7883.0332.35
Hex97E5305B2D2914a5320
Octal227161230133555151212340
Binary1001011111101010011010110111011011010011010010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970E53; }

 p { color: rgb(151,14,83); }

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

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

 a { background-color: rgb(151,14,83); }

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

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

 span { border-color: rgb(151,14,83); }

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