Html Css Color HEX #9D1C63 Jazzberry Jam

📋 copy color: '#9D1C63'

red 157 ◦ green 28 ◦ blue 99

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

Shades of Jazzberry Jam #9D1C63

Tints of Jazzberry Jam #9D1C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

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

R = 55.28%
G = 9.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D1C63 (or 0x9D1C63) is known color: Jazzberry Jam. HEX triplet: 9D, 1C and 63. RGB value is (157,28,99). Sum of RGB (Red+Green+Blue) = 157+28+99=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C63 is #62E39C. Grayscale: #4A4A4A. Windows color (decimal): -6480797 or 6495389. OLE color: 6495389.

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

Color convert

RGB 157 28 99 -
CMYK 0 0.82 0.37 0.38
HSL 326.98º 0.7% 0.36% -
HSV(B) 326.98º 0.82% 0.62% -
XYZ 16.57 8.9 12.65 -
YUV 74.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 157 28 99 0 0.82 0.37 0.38 326.98 0.7 0.36
Hex 9D 1C 63 0 52 25 26 147 46 24
Octal 235 34 143 0 122 45 46 507 106 44
Binary 10011101 11100 1100011 0 1010010 100101 100110 101000111 1000110 100100

Color Harmonies of #9D1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C63

Black with #9D1C63

Text Example


Text Example

White with #9D1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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