Html Css Color HEX #9D1971 Jazzberry Jam

📋 copy color: '#9D1971'

red 157 ◦ green 25 ◦ blue 113

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

Shades of Jazzberry Jam #9D1971

Tints of Jazzberry Jam #9D1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 53.22%
G = 8.47%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1971 (or 0x9D1971) is known color: Jazzberry Jam. HEX triplet: 9D, 19 and 71. RGB value is (157,25,113). Sum of RGB (Red+Green+Blue) = 157+25+113=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1971 is #62E68E. Grayscale: #4A4A4A. Windows color (decimal): -6481551 or 7412125. OLE color: 7412125.

HSL color Cylindrical-coordinate representation of color #9D1971: hue angle of 320º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1971 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 113 -
CMYK 0 0.84 0.28 0.38
HSL 320º 0.73% 0.36% -
HSV(B) 320º 0.84% 0.62% -
XYZ 17.23 9.06 16.46 -
YUV 74.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 157 25 113 0 0.84 0.28 0.38 320 0.73 0.36
Hex 9D 19 71 0 54 1C 26 140 49 24
Octal 235 31 161 0 124 34 46 500 111 44
Binary 10011101 11001 1110001 0 1010100 11100 100110 101000000 1001001 100100

Color Harmonies of #9D1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1971

Black with #9D1971

Text Example


Text Example

White with #9D1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,113); }

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

background-color css

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

 a { background-color: rgb(157,25,113); }

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

border-color css

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

 span { border-color: rgb(157,25,113); }

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