#9C045B

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

Shades of Jazzberry Jam #9C045B

Tints of Jazzberry Jam #9C045B

Color information

#9C045B (or 0x9C045B) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 04 and 5B. RGB value is (156,4,91). Sum of RGB (Red+Green+Blue) = 156+4+91=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C045B is #63FBA4. Grayscale: #3B3B3B. Windows color (decimal): -6552485 or 5964956. OLE color: 5964956.

HSL color Cylindrical-coordinate representation of color #9C045B: hue angle of 325.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C045B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB156491-
CMYK00.970.420.39
HSL325.66º95%31.37%-
HSV(B)325.66º97.44%61.18%-
XYZ15.647.9110.6-
YUV59.37145.86196.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=62.15%
G=1.59%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15649100.970.420.39325.669531.37
Hex9C45B0612A271465f1f
Octal23441330141524750613737
Binary10011100100101101101100001101010100111101000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,4,91); }

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

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

 a { background-color: rgb(156,4,91); }

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

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

 span { border-color: rgb(156,4,91); }

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