Html Css Color HEX #9C0047 Jazzberry Jam

📋 copy color: '#9C0047'

red 156 ◦ green 0 ◦ blue 71

#9C0047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9C0047

Tints of Jazzberry Jam #9C0047

RGB

 RED value IS 156 (61.33% from 255) = 68.72%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 68.72%
G = 0%
B = 31.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9C0047 (or 0x9C0047) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 47. RGB value is (156,0,71). Sum of RGB (Red+Green+Blue) = 156+0+71=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0047 is #63FFB8. Grayscale: #363636. Windows color (decimal): -6553529 or 4653212. OLE color: 4653212.

HSL color Cylindrical-coordinate representation of color #9C0047: hue angle of 332.69º 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 #9C0047 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 71 -
CMYK 0 1 0.54 0.39
HSL 332.69º 1% 0.31% -
HSV(B) 332.69º 1% 0.61% -
XYZ 14.85 7.52 6.63 -
YUV 54.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 156 0 71 0 1 0.54 0.39 332.69 1 0.31
Hex 9C 0 47 0 64 36 27 14D 64 1F
Octal 234 0 107 0 144 66 47 515 144 37
Binary 10011100 0 1000111 0 1100100 110110 100111 101001101 1100100 11111

Color Harmonies of #9C0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0047

Black with #9C0047

Text Example


Text Example

White with #9C0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0047;
 }
 .AnyTagClassName
 {
   color: #9C0047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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