#97125A

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

Shades of Jazzberry Jam #97125A

Tints of Jazzberry Jam #97125A

Color information

#97125A (or 0x97125A) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 12 and 5A. RGB value is (151,18,90). Sum of RGB (Red+Green+Blue) = 151+18+90=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #97125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97125A is #68EDA5. Grayscale: #414141. Windows color (decimal): -6876582 or 5902999. OLE color: 5902999.

HSL color Cylindrical-coordinate representation of color #97125A: hue angle of 327.52º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97125A is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1511890-
CMYK00.880.400.41
HSL327.52º78.7%33.14%-
HSV(B)327.52º88.08%59.22%-
XYZ14.827.7510.39-
YUV65.98141.56188.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=58.30%
G=6.95%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151189000.880.400.41327.5278.733.14
Hex97125A05828291484f21
Octal227221320130505151011741
Binary10010111100101011010010110001010001010011010010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97125A; }

 p { color: rgb(151,18,90); }

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

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

 a { background-color: rgb(151,18,90); }

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

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

 span { border-color: rgb(151,18,90); }

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