Html Css Color HEX #9C0959 Jazzberry Jam

📋 copy color: '#9C0959'

red 156 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #9C0959

Tints of Jazzberry Jam #9C0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 61.42%
G = 3.54%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C0959 (or 0x9C0959) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 59. RGB value is (156,9,89). Sum of RGB (Red+Green+Blue) = 156+9+89=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0959 is #63F6A6. Grayscale: #3D3D3D. Windows color (decimal): -6551207 or 5835164. OLE color: 5835164.

HSL color Cylindrical-coordinate representation of color #9C0959: hue angle of 327.35º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0959 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 9 89 -
CMYK 0 0.94 0.43 0.39
HSL 327.35º 0.89% 0.32% -
HSV(B) 327.35º 0.94% 0.61% -
XYZ 15.61 7.98 10.17 -
YUV 62.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 156 9 89 0 0.94 0.43 0.39 327.35 0.89 0.32
Hex 9C 9 59 0 5E 2B 27 147 59 20
Octal 234 11 131 0 136 53 47 507 131 40
Binary 10011100 1001 1011001 0 1011110 101011 100111 101000111 1011001 100000

Color Harmonies of #9C0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0959

Black with #9C0959

Text Example


Text Example

White with #9C0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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