Html Css Color HEX #9D1155 Jazzberry Jam

📋 copy color: '#9D1155'

red 157 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #9D1155

Tints of Jazzberry Jam #9D1155

RGB

 RED value IS 157 (61.72% from 255) = 60.62%

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 60.62%
G = 6.56%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D1155 (or 0x9D1155) is known color: Jazzberry Jam. HEX triplet: 9D, 11 and 55. RGB value is (157,17,85). Sum of RGB (Red+Green+Blue) = 157+17+85=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1155 is #62EEAA. Grayscale: #424242. Windows color (decimal): -6483627 or 5575069. OLE color: 5575069.

HSL color Cylindrical-coordinate representation of color #9D1155: hue angle of 330.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1155 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 85 -
CMYK 0 0.89 0.46 0.38
HSL 330.86º 0.8% 0.34% -
HSV(B) 330.86º 0.89% 0.62% -
XYZ 15.74 8.22 9.35 -
YUV 66.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 157 17 85 0 0.89 0.46 0.38 330.86 0.8 0.34
Hex 9D 11 55 0 59 2E 26 14B 50 22
Octal 235 21 125 0 131 56 46 513 120 42
Binary 10011101 10001 1010101 0 1011001 101110 100110 101001011 1010000 100010

Color Harmonies of #9D1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1155

Black with #9D1155

Text Example


Text Example

White with #9D1155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,85); }

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

background-color css

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

 a { background-color: rgb(157,17,85); }

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

border-color css

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

 span { border-color: rgb(157,17,85); }

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