Html Css Color HEX #9C0059 Jazzberry Jam

📋 copy color: '#9C0059'

red 156 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #9C0059

Tints of Jazzberry Jam #9C0059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C0059 (or 0x9C0059) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 59. RGB value is (156,0,89). Sum of RGB (Red+Green+Blue) = 156+0+89=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0059 is #63FFA6. Grayscale: #383838. Windows color (decimal): -6553511 or 5832860. OLE color: 5832860.

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

Color convert

RGB 156 0 89 -
CMYK 0 1 0.43 0.39
HSL 325.77º 1% 0.31% -
HSV(B) 325.77º 1% 0.61% -
XYZ 15.51 7.79 10.14 -
YUV 56.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 156 0 89 0 1 0.43 0.39 325.77 1 0.31
Hex 9C 0 59 0 64 2B 27 146 64 1F
Octal 234 0 131 0 144 53 47 506 144 37
Binary 10011100 0 1011001 0 1100100 101011 100111 101000110 1100100 11111

Color Harmonies of #9C0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0059

Black with #9C0059

Text Example


Text Example

White with #9C0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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