Html Css Color HEX #9F1973 Jazzberry Jam

📋 copy color: '#9F1973'

red 159 ◦ green 25 ◦ blue 115

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

Shades of Jazzberry Jam #9F1973

Tints of Jazzberry Jam #9F1973

RGB

 RED value IS 159 (62.5% from 255) = 53.18%

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 53.18%
G = 8.36%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F1973 (or 0x9F1973) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 73. RGB value is (159,25,115). Sum of RGB (Red+Green+Blue) = 159+25+115=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1973 is #60E68C. Grayscale: #4B4B4B. Windows color (decimal): -6350477 or 7543199. OLE color: 7543199.

HSL color Cylindrical-coordinate representation of color #9F1973: hue angle of 319.7º 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 #9F1973 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 115 -
CMYK 0 0.84 0.28 0.38
HSL 319.7º 0.73% 0.36% -
HSV(B) 319.7º 0.84% 0.62% -
XYZ 17.74 9.3 17.08 -
YUV 75.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 159 25 115 0 0.84 0.28 0.38 319.7 0.73 0.36
Hex 9F 19 73 0 54 1C 26 140 49 24
Octal 237 31 163 0 124 34 46 500 111 44
Binary 10011111 11001 1110011 0 1010100 11100 100110 101000000 1001001 100100

Color Harmonies of #9F1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1973

Black with #9F1973

Text Example


Text Example

White with #9F1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,115); }

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

background-color css

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

 a { background-color: rgb(159,25,115); }

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

border-color css

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

 span { border-color: rgb(159,25,115); }

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