Html Css Color HEX #9D1B71 Jazzberry Jam

📋 copy color: '#9D1B71'

red 157 ◦ green 27 ◦ blue 113

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

Shades of Jazzberry Jam #9D1B71

Tints of Jazzberry Jam #9D1B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

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

R = 52.86%
G = 9.09%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1B71 (or 0x9D1B71) is known color: Jazzberry Jam. HEX triplet: 9D, 1B and 71. RGB value is (157,27,113). Sum of RGB (Red+Green+Blue) = 157+27+113=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1B71 is #62E48E. Grayscale: #4B4B4B. Windows color (decimal): -6481039 or 7412637. OLE color: 7412637.

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

Color convert

RGB 157 27 113 -
CMYK 0 0.83 0.28 0.38
HSL 320.31º 0.71% 0.36% -
HSV(B) 320.31º 0.83% 0.62% -
XYZ 17.28 9.14 16.48 -
YUV 75.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 157 27 113 0 0.83 0.28 0.38 320.31 0.71 0.36
Hex 9D 1B 71 0 53 1C 26 140 47 24
Octal 235 33 161 0 123 34 46 500 107 44
Binary 10011101 11011 1110001 0 1010011 11100 100110 101000000 1000111 100100

Color Harmonies of #9D1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1B71

Black with #9D1B71

Text Example


Text Example

White with #9D1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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