#9C1362

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

Shades of Jazzberry Jam #9C1362

Tints of Jazzberry Jam #9C1362

Color information

#9C1362 (or 0x9C1362) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 13 and 62. RGB value is (156,19,98). Sum of RGB (Red+Green+Blue) = 156+19+98=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1362 is #63EC9D. Grayscale: #444444. Windows color (decimal): -6548638 or 6427548. OLE color: 6427548.

HSL color Cylindrical-coordinate representation of color #9C1362: hue angle of 325.4º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1362 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1561998-
CMYK00.880.370.39
HSL325.4º78.29%34.31%-
HSV(B)325.4º87.82%61.18%-
XYZ16.158.4212.33-
YUV68.97144.39190.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=57.14%
G=6.96%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156199800.880.370.39325.478.2934.31
Hex9C136205825271454e22
Octal234231420130454750511642
Binary10011100100111100010010110001001011001111010001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,98); }

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

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

 a { background-color: rgb(156,19,98); }

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

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

 span { border-color: rgb(156,19,98); }

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