Html Css Color HEX #9C0050 Jazzberry Jam

📋 copy color: '#9C0050'

red 156 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #9C0050

Tints of Jazzberry Jam #9C0050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 66.1%
G = 0%
B = 33.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C0050 (or 0x9C0050) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 50. RGB value is (156,0,80). Sum of RGB (Red+Green+Blue) = 156+0+80=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0050 is #63FFAF. Grayscale: #373737. Windows color (decimal): -6553520 or 5243036. OLE color: 5243036.

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

Color convert

RGB 156 0 80 -
CMYK 0 1 0.49 0.39
HSL 329.23º 1% 0.31% -
HSV(B) 329.23º 1% 0.61% -
XYZ 15.16 7.65 8.27 -
YUV 55.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 156 0 80 0 1 0.49 0.39 329.23 1 0.31
Hex 9C 0 50 0 64 31 27 149 64 1F
Octal 234 0 120 0 144 61 47 511 144 37
Binary 10011100 0 1010000 0 1100100 110001 100111 101001001 1100100 11111

Color Harmonies of #9C0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0050

Black with #9C0050

Text Example


Text Example

White with #9C0050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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