Html Css Color HEX #9D2063 Jazzberry Jam

📋 copy color: '#9D2063'

red 157 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #9D2063

Tints of Jazzberry Jam #9D2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 54.51%
G = 11.11%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D2063 (or 0x9D2063) is known color: Jazzberry Jam. HEX triplet: 9D, 20 and 63. RGB value is (157,32,99). Sum of RGB (Red+Green+Blue) = 157+32+99=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2063 is #62DF9C. Grayscale: #4C4C4C. Windows color (decimal): -6479773 or 6496413. OLE color: 6496413.

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

Color convert

RGB 157 32 99 -
CMYK 0 0.80 0.37 0.38
HSL 327.84º 0.66% 0.37% -
HSV(B) 327.84º 0.8% 0.62% -
XYZ 16.67 9.1 12.68 -
YUV 77.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 157 32 99 0 0.80 0.37 0.38 327.84 0.66 0.37
Hex 9D 20 63 0 50 25 26 148 42 25
Octal 235 40 143 0 120 45 46 510 102 45
Binary 10011101 100000 1100011 0 1010000 100101 100110 101001000 1000010 100101

Color Harmonies of #9D2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2063

Black with #9D2063

Text Example


Text Example

White with #9D2063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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