Html Css Color HEX #9D1960 Jazzberry Jam

📋 copy color: '#9D1960'

red 157 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #9D1960

Tints of Jazzberry Jam #9D1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 56.47%
G = 8.99%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D1960 (or 0x9D1960) is known color: Jazzberry Jam. HEX triplet: 9D, 19 and 60. RGB value is (157,25,96). Sum of RGB (Red+Green+Blue) = 157+25+96=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1960 is #62E69F. Grayscale: #484848. Windows color (decimal): -6481568 or 6298013. OLE color: 6298013.

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

Color convert

RGB 157 25 96 -
CMYK 0 0.84 0.39 0.38
HSL 327.73º 0.73% 0.36% -
HSV(B) 327.73º 0.84% 0.62% -
XYZ 16.36 8.71 11.88 -
YUV 72.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 157 25 96 0 0.84 0.39 0.38 327.73 0.73 0.36
Hex 9D 19 60 0 54 27 26 148 49 24
Octal 235 31 140 0 124 47 46 510 111 44
Binary 10011101 11001 1100000 0 1010100 100111 100110 101001000 1001001 100100

Color Harmonies of #9D1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1960

Black with #9D1960

Text Example


Text Example

White with #9D1960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,96); }

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

background-color css

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

 a { background-color: rgb(157,25,96); }

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

border-color css

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

 span { border-color: rgb(157,25,96); }

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