#9D185B

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

Shades of Jazzberry Jam #9D185B

Tints of Jazzberry Jam #9D185B

Color information

#9D185B (or 0x9D185B) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 18 and 5B. RGB value is (157,24,91). Sum of RGB (Red+Green+Blue) = 157+24+91=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D185B is #62E7A4. Grayscale: #474747. Windows color (decimal): -6481829 or 5970077. OLE color: 5970077.

HSL color Cylindrical-coordinate representation of color #9D185B: hue angle of 329.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D185B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1572491-
CMYK00.850.420.38
HSL329.77º73.48%35.49%-
HSV(B)329.77º84.71%61.57%-
XYZ16.128.5810.7-
YUV71.4139.06189.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=57.72%
G=8.82%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157249100.850.420.38329.7773.4835.49
Hex9D185B0552A2614a4923
Octal235301330125524651211143
Binary10011101110001011011010101011010101001101010010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,91); }

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

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

 a { background-color: rgb(157,24,91); }

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

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

 span { border-color: rgb(157,24,91); }

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