Html Css Color HEX #9C155D Jazzberry Jam

📋 copy color: '#9C155D'

red 156 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #9C155D

Tints of Jazzberry Jam #9C155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 57.78%
G = 7.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C155D (or 0x9C155D) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 5D. RGB value is (156,21,93). Sum of RGB (Red+Green+Blue) = 156+21+93=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C155D is #63EAA2. Grayscale: #454545. Windows color (decimal): -6548131 or 6100380. OLE color: 6100380.

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

Color convert

RGB 156 21 93 -
CMYK 0 0.87 0.40 0.39
HSL 328º 0.76% 0.35% -
HSV(B) 328º 0.87% 0.61% -
XYZ 15.95 8.39 11.14 -
YUV 69.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 156 21 93 0 0.87 0.40 0.39 328 0.76 0.35
Hex 9C 15 5D 0 57 28 27 148 4C 23
Octal 234 25 135 0 127 50 47 510 114 43
Binary 10011100 10101 1011101 0 1010111 101000 100111 101001000 1001100 100011

Color Harmonies of #9C155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C155D

Black with #9C155D

Text Example


Text Example

White with #9C155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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