Html Css Color HEX #9C155B Jazzberry Jam

📋 copy color: '#9C155B'

red 156 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #9C155B

Tints of Jazzberry Jam #9C155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 58.21%
G = 7.84%
B = 33.96%

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

#9C155B (or 0x9C155B) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 5B. RGB value is (156,21,91). Sum of RGB (Red+Green+Blue) = 156+21+91=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C155B is #63EAA4. Grayscale: #454545. Windows color (decimal): -6548133 or 5969308. OLE color: 5969308.

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

Color convert

RGB 156 21 91 -
CMYK 0 0.87 0.42 0.39
HSL 328.89º 0.76% 0.35% -
HSV(B) 328.89º 0.87% 0.61% -
XYZ 15.87 8.36 10.67 -
YUV 69.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 156 21 91 0 0.87 0.42 0.39 328.89 0.76 0.35
Hex 9C 15 5B 0 57 2A 27 149 4C 23
Octal 234 25 133 0 127 52 47 511 114 43
Binary 10011100 10101 1011011 0 1010111 101010 100111 101001001 1001100 100011

Color Harmonies of #9C155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C155B

Black with #9C155B

Text Example


Text Example

White with #9C155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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