Html Css Color HEX #9D1D6D Jazzberry Jam

📋 copy color: '#9D1D6D'

red 157 ◦ green 29 ◦ blue 109

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

Shades of Jazzberry Jam #9D1D6D

Tints of Jazzberry Jam #9D1D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 53.22%
G = 9.83%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D1D6D (or 0x9D1D6D) is known color: Jazzberry Jam. HEX triplet: 9D, 1D and 6D. RGB value is (157,29,109). Sum of RGB (Red+Green+Blue) = 157+29+109=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D6D is #62E292. Grayscale: #4C4C4C. Windows color (decimal): -6480531 or 7151005. OLE color: 7151005.

HSL color Cylindrical-coordinate representation of color #9D1D6D: hue angle of 322.5º degrees, saturation: 0.69, 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 #9D1D6D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 109 -
CMYK 0 0.82 0.31 0.38
HSL 322.5º 0.69% 0.36% -
HSV(B) 322.5º 0.82% 0.62% -
XYZ 17.1 9.15 15.33 -
YUV 76.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 157 29 109 0 0.82 0.31 0.38 322.5 0.69 0.36
Hex 9D 1D 6D 0 52 1F 26 142 45 24
Octal 235 35 155 0 122 37 46 502 105 44
Binary 10011101 11101 1101101 0 1010010 11111 100110 101000010 1000101 100100

Color Harmonies of #9D1D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D6D

Black with #9D1D6D

Text Example


Text Example

White with #9D1D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,109); }

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

background-color css

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

 a { background-color: rgb(157,29,109); }

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

border-color css

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

 span { border-color: rgb(157,29,109); }

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