#9C004F

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

Shades of Jazzberry Jam #9C004F

Tints of Jazzberry Jam #9C004F

Color information

#9C004F (or 0x9C004F) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 00 and 4F. RGB value is (156,0,79). Sum of RGB (Red+Green+Blue) = 156+0+79=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C004F is #63FFB0. Grayscale: #373737. Windows color (decimal): -6553521 or 5177500. OLE color: 5177500.

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

Color convert

RGB156079-
CMYK010.490.39
HSL329.62º100%30.59%-
HSV(B)329.62º100%61.18%-
XYZ15.127.638.07-
YUV55.65141.18199.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=66.38%
G=0%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156079010.490.39329.6210030.59
Hex9C04F064312714a641f
Octal23401170144614751214437
Binary100111000100111101100100110001100111101001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,79); }

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

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

 a { background-color: rgb(156,0,79); }

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

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

 span { border-color: rgb(156,0,79); }

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