#9D1764

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

Shades of Jazzberry Jam #9D1764

Tints of Jazzberry Jam #9D1764

Color information

#9D1764 (or 0x9D1764) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 17 and 64. RGB value is (157,23,100). Sum of RGB (Red+Green+Blue) = 157+23+100=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1764 is #62E89B. Grayscale: #474747. Windows color (decimal): -6482076 or 6559645. OLE color: 6559645.

HSL color Cylindrical-coordinate representation of color #9D1764: hue angle of 325.52º degrees, saturation: 0.74, 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 #9D1764 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15723100-
CMYK00.850.360.38
HSL325.52º74.44%35.29%-
HSV(B)325.52º85.35%61.57%-
XYZ16.518.712.87-
YUV71.84143.89188.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.07%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=56.07%
G=8.21%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572310000.850.360.38325.5274.4435.29
Hex9D176405524261464a23
Octal235271440125444650611243
Binary10011101101111100100010101011001001001101010001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,23,100); }

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

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

 a { background-color: rgb(157,23,100); }

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

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

 span { border-color: rgb(157,23,100); }

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