Html Css Color HEX #9D1763 Jazzberry Jam

📋 copy color: '#9D1763'

red 157 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #9D1763

Tints of Jazzberry Jam #9D1763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 56.27%
G = 8.24%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D1763 (or 0x9D1763) is known color: Jazzberry Jam. HEX triplet: 9D, 17 and 63. RGB value is (157,23,99). Sum of RGB (Red+Green+Blue) = 157+23+99=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1763 is #62E89C. Grayscale: #474747. Windows color (decimal): -6482077 or 6494109. OLE color: 6494109.

HSL color Cylindrical-coordinate representation of color #9D1763: hue angle of 325.97º degrees, saturation: 0.74, 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 #9D1763 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 23 99 -
CMYK 0 0.85 0.37 0.38
HSL 325.97º 0.74% 0.35% -
HSV(B) 325.97º 0.85% 0.62% -
XYZ 16.46 8.68 12.61 -
YUV 71.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 157 23 99 0 0.85 0.37 0.38 325.97 0.74 0.35
Hex 9D 17 63 0 55 25 26 146 4A 23
Octal 235 27 143 0 125 45 46 506 112 43
Binary 10011101 10111 1100011 0 1010101 100101 100110 101000110 1001010 100011

Color Harmonies of #9D1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1763

Black with #9D1763

Text Example


Text Example

White with #9D1763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,99); }

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

background-color css

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

 a { background-color: rgb(157,23,99); }

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

border-color css

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

 span { border-color: rgb(157,23,99); }

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