Html Css Color HEX #9C155A Jazzberry Jam

📋 copy color: '#9C155A'

red 156 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #9C155A

Tints of Jazzberry Jam #9C155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 58.43%
G = 7.87%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C155A (or 0x9C155A) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 5A. RGB value is (156,21,90). Sum of RGB (Red+Green+Blue) = 156+21+90=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C155A is #63EAA5. Grayscale: #454545. Windows color (decimal): -6548134 or 5903772. OLE color: 5903772.

HSL color Cylindrical-coordinate representation of color #9C155A: hue angle of 329.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C155A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 90 -
CMYK 0 0.87 0.42 0.39
HSL 329.33º 0.76% 0.35% -
HSV(B) 329.33º 0.87% 0.61% -
XYZ 15.82 8.34 10.45 -
YUV 69.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 156 21 90 0 0.87 0.42 0.39 329.33 0.76 0.35
Hex 9C 15 5A 0 57 2A 27 149 4C 23
Octal 234 25 132 0 127 52 47 511 114 43
Binary 10011100 10101 1011010 0 1010111 101010 100111 101001001 1001100 100011

Color Harmonies of #9C155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C155A

Black with #9C155A

Text Example


Text Example

White with #9C155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,90); }

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

background-color css

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

 a { background-color: rgb(156,21,90); }

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

border-color css

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

 span { border-color: rgb(156,21,90); }

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