#9D0157

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

Shades of Jazzberry Jam #9D0157

Tints of Jazzberry Jam #9D0157

Color information

#9D0157 (or 0x9D0157) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 01 and 57. RGB value is (157,1,87). Sum of RGB (Red+Green+Blue) = 157+1+87=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0157 is #62FEA8. Grayscale: #393939. Windows color (decimal): -6487721 or 5702045. OLE color: 5702045.

HSL color Cylindrical-coordinate representation of color #9D0157: hue angle of 326.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0157 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB157187-
CMYK00.990.450.38
HSL326.92º98.73%30.98%-
HSV(B)326.92º99.36%61.57%-
XYZ15.647.889.71-
YUV57.45144.68199.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.08%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=64.08%
G=0.41%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15718700.990.450.38326.9298.7330.98
Hex9D1570632D26147631f
Octal23511270143554650714337
Binary100111011101011101100011101101100110101000111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D0157; }

 p { color: rgb(157,1,87); }

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

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

 a { background-color: rgb(157,1,87); }

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

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

 span { border-color: rgb(157,1,87); }

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