#9C1669

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

Shades of Jazzberry Jam #9C1669

Tints of Jazzberry Jam #9C1669

Color information

#9C1669 (or 0x9C1669) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 16 and 69. RGB value is (156,22,105). Sum of RGB (Red+Green+Blue) = 156+22+105=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1669 is #63E996. Grayscale: #474747. Windows color (decimal): -6547863 or 6887068. OLE color: 6887068.

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

Color convert

RGB15622105-
CMYK00.860.330.39
HSL322.84º75.28%34.9%-
HSV(B)322.84º85.9%61.18%-
XYZ16.558.6614.16-
YUV71.53146.89188.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=55.12%
G=7.77%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562210500.860.330.39322.8475.2834.9
Hex9C166905621271434b23
Octal234261510126414750311343
Binary10011100101101101001010101101000011001111010000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,105); }

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

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

 a { background-color: rgb(156,22,105); }

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

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

 span { border-color: rgb(156,22,105); }

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