Html Css Color HEX #9D1D6C Jazzberry Jam

📋 copy color: '#9D1D6C'

red 157 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #9D1D6C

Tints of Jazzberry Jam #9D1D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 53.4%
G = 9.86%
B = 36.73%

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

#9D1D6C (or 0x9D1D6C) is known color: Jazzberry Jam. HEX triplet: 9D, 1D and 6C. RGB value is (157,29,108). Sum of RGB (Red+Green+Blue) = 157+29+108=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D6C is #62E293. Grayscale: #4C4C4C. Windows color (decimal): -6480532 or 7085469. OLE color: 7085469.

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

Color convert

RGB 157 29 108 -
CMYK 0 0.82 0.31 0.38
HSL 322.97º 0.69% 0.36% -
HSV(B) 322.97º 0.82% 0.62% -
XYZ 17.05 9.13 15.05 -
YUV 76.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 157 29 108 0 0.82 0.31 0.38 322.97 0.69 0.36
Hex 9D 1D 6C 0 52 1F 26 143 45 24
Octal 235 35 154 0 122 37 46 503 105 44
Binary 10011101 11101 1101100 0 1010010 11111 100110 101000011 1000101 100100

Color Harmonies of #9D1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D6C

Black with #9D1D6C

Text Example


Text Example

White with #9D1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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