Html Css Color HEX #9D1E6D Jazzberry Jam

📋 copy color: '#9D1E6D'

red 157 ◦ green 30 ◦ blue 109

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

Shades of Jazzberry Jam #9D1E6D

Tints of Jazzberry Jam #9D1E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

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

R = 53.04%
G = 10.14%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D1E6D (or 0x9D1E6D) is known color: Jazzberry Jam. HEX triplet: 9D, 1E and 6D. RGB value is (157,30,109). Sum of RGB (Red+Green+Blue) = 157+30+109=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E6D is #62E192. Grayscale: #4C4C4C. Windows color (decimal): -6480275 or 7151261. OLE color: 7151261.

HSL color Cylindrical-coordinate representation of color #9D1E6D: hue angle of 322.68º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E6D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 30 109 -
CMYK 0 0.81 0.31 0.38
HSL 322.68º 0.68% 0.37% -
HSV(B) 322.68º 0.81% 0.62% -
XYZ 17.13 9.2 15.34 -
YUV 76.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 157 30 109 0 0.81 0.31 0.38 322.68 0.68 0.37
Hex 9D 1E 6D 0 51 1F 26 143 44 25
Octal 235 36 155 0 121 37 46 503 104 45
Binary 10011101 11110 1101101 0 1010001 11111 100110 101000011 1000100 100101

Color Harmonies of #9D1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E6D

Black with #9D1E6D

Text Example


Text Example

White with #9D1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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