Html Css Color HEX #9D1263 Jazzberry Jam

📋 copy color: '#9D1263'

red 157 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #9D1263

Tints of Jazzberry Jam #9D1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 57.3%
G = 6.57%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D1263 (or 0x9D1263) is known color: Jazzberry Jam. HEX triplet: 9D, 12 and 63. RGB value is (157,18,99). Sum of RGB (Red+Green+Blue) = 157+18+99=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1263 is #62ED9C. Grayscale: #444444. Windows color (decimal): -6483357 or 6492829. OLE color: 6492829.

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

Color convert

RGB 157 18 99 -
CMYK 0 0.89 0.37 0.38
HSL 325.04º 0.79% 0.34% -
HSV(B) 325.04º 0.89% 0.62% -
XYZ 16.37 8.5 12.58 -
YUV 68.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 157 18 99 0 0.89 0.37 0.38 325.04 0.79 0.34
Hex 9D 12 63 0 59 25 26 145 4F 22
Octal 235 22 143 0 131 45 46 505 117 42
Binary 10011101 10010 1100011 0 1011001 100101 100110 101000101 1001111 100010

Color Harmonies of #9D1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1263

Black with #9D1263

Text Example


Text Example

White with #9D1263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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