Html Css Color HEX #9D1C71 Jazzberry Jam

📋 copy color: '#9D1C71'

red 157 ◦ green 28 ◦ blue 113

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

Shades of Jazzberry Jam #9D1C71

Tints of Jazzberry Jam #9D1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 52.68%
G = 9.4%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1C71 (or 0x9D1C71) is known color: Jazzberry Jam. HEX triplet: 9D, 1C and 71. RGB value is (157,28,113). Sum of RGB (Red+Green+Blue) = 157+28+113=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C71 is #62E38E. Grayscale: #4C4C4C. Windows color (decimal): -6480783 or 7412893. OLE color: 7412893.

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

Color convert

RGB 157 28 113 -
CMYK 0 0.82 0.28 0.38
HSL 320.47º 0.7% 0.36% -
HSV(B) 320.47º 0.82% 0.62% -
XYZ 17.3 9.19 16.48 -
YUV 76.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 157 28 113 0 0.82 0.28 0.38 320.47 0.7 0.36
Hex 9D 1C 71 0 52 1C 26 140 46 24
Octal 235 34 161 0 122 34 46 500 106 44
Binary 10011101 11100 1110001 0 1010010 11100 100110 101000000 1000110 100100

Color Harmonies of #9D1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C71

Black with #9D1C71

Text Example


Text Example

White with #9D1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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