#9D1664

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

Shades of Jazzberry Jam #9D1664

Tints of Jazzberry Jam #9D1664

Color information

#9D1664 (or 0x9D1664) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 16 and 64. RGB value is (157,22,100). Sum of RGB (Red+Green+Blue) = 157+22+100=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1664 is #62E99B. Grayscale: #474747. Windows color (decimal): -6482332 or 6559389. OLE color: 6559389.

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

Color convert

RGB15722100-
CMYK00.860.360.38
HSL325.33º75.42%35.1%-
HSV(B)325.33º85.99%61.57%-
XYZ16.498.6612.86-
YUV71.26144.23189.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=56.27%
G=7.89%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572210000.860.360.38325.3375.4235.1
Hex9D166405624261454b23
Octal235261440126444650511343
Binary10011101101101100100010101101001001001101010001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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