Html Css Color HEX #9D1355 Jazzberry Jam

📋 copy color: '#9D1355'

red 157 ◦ green 19 ◦ blue 85

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

Shades of Jazzberry Jam #9D1355

Tints of Jazzberry Jam #9D1355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 60.15%
G = 7.28%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D1355 (or 0x9D1355) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 55. RGB value is (157,19,85). Sum of RGB (Red+Green+Blue) = 157+19+85=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1355 is #62ECAA. Grayscale: #434343. Windows color (decimal): -6483115 or 5575581. OLE color: 5575581.

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

Color convert

RGB 157 19 85 -
CMYK 0 0.88 0.46 0.38
HSL 331.3º 0.78% 0.35% -
HSV(B) 331.3º 0.88% 0.62% -
XYZ 15.78 8.29 9.36 -
YUV 67.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 157 19 85 0 0.88 0.46 0.38 331.3 0.78 0.35
Hex 9D 13 55 0 58 2E 26 14B 4E 23
Octal 235 23 125 0 130 56 46 513 116 43
Binary 10011101 10011 1010101 0 1011000 101110 100110 101001011 1001110 100011

Color Harmonies of #9D1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1355

Black with #9D1355

Text Example


Text Example

White with #9D1355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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