#97085B

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

Shades of Jazzberry Jam #97085B

Tints of Jazzberry Jam #97085B

Color information

#97085B (or 0x97085B) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 08 and 5B. RGB value is (151,8,91). Sum of RGB (Red+Green+Blue) = 151+8+91=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97085B is #68F7A4. Grayscale: #3C3C3C. Windows color (decimal): -6879141 or 5965975. OLE color: 5965975.

HSL color Cylindrical-coordinate representation of color #97085B: hue angle of 325.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97085B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB151891-
CMYK00.950.400.41
HSL325.17º89.94%31.18%-
HSV(B)325.17º94.7%59.22%-
XYZ14.747.5110.57-
YUV60.22145.38192.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=60.4%
G=3.2%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15189100.950.400.41325.1789.9431.18
Hex9785B05F28291455a1f
Octal227101330137505150513237
Binary100101111000101101101011111101000101001101000101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97085B; }

 p { color: rgb(151,8,91); }

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

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

 a { background-color: rgb(151,8,91); }

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

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

 span { border-color: rgb(151,8,91); }

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