Html Css Color HEX #9D1663 Jazzberry Jam

📋 copy color: '#9D1663'

red 157 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #9D1663

Tints of Jazzberry Jam #9D1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

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

R = 56.47%
G = 7.91%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D1663 (or 0x9D1663) is known color: Jazzberry Jam. HEX triplet: 9D, 16 and 63. RGB value is (157,22,99). Sum of RGB (Red+Green+Blue) = 157+22+99=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1663 is #62E99C. Grayscale: #464646. Windows color (decimal): -6482333 or 6493853. OLE color: 6493853.

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

Color convert

RGB 157 22 99 -
CMYK 0 0.86 0.37 0.38
HSL 325.78º 0.75% 0.35% -
HSV(B) 325.78º 0.86% 0.62% -
XYZ 16.44 8.64 12.61 -
YUV 71.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 157 22 99 0 0.86 0.37 0.38 325.78 0.75 0.35
Hex 9D 16 63 0 56 25 26 146 4B 23
Octal 235 26 143 0 126 45 46 506 113 43
Binary 10011101 10110 1100011 0 1010110 100101 100110 101000110 1001011 100011

Color Harmonies of #9D1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1663

Black with #9D1663

Text Example


Text Example

White with #9D1663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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