Html Css Color HEX #9D185C Jazzberry Jam

📋 copy color: '#9D185C'

red 157 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #9D185C

Tints of Jazzberry Jam #9D185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 57.51%
G = 8.79%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D185C (or 0x9D185C) is known color: Jazzberry Jam. HEX triplet: 9D, 18 and 5C. RGB value is (157,24,92). Sum of RGB (Red+Green+Blue) = 157+24+92=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D185C is #62E7A3. Grayscale: #474747. Windows color (decimal): -6481828 or 6035613. OLE color: 6035613.

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

Color convert

RGB 157 24 92 -
CMYK 0 0.85 0.41 0.38
HSL 329.32º 0.73% 0.35% -
HSV(B) 329.32º 0.85% 0.62% -
XYZ 16.16 8.59 10.93 -
YUV 71.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 157 24 92 0 0.85 0.41 0.38 329.32 0.73 0.35
Hex 9D 18 5C 0 55 29 26 149 49 23
Octal 235 30 134 0 125 51 46 511 111 43
Binary 10011101 11000 1011100 0 1010101 101001 100110 101001001 1001001 100011

Color Harmonies of #9D185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D185C

Black with #9D185C

Text Example


Text Example

White with #9D185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,92); }

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

background-color css

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

 a { background-color: rgb(157,24,92); }

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

border-color css

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

 span { border-color: rgb(157,24,92); }

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