Html Css Color HEX #9F1972 Jazzberry Jam

📋 copy color: '#9F1972'

red 159 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #9F1972

Tints of Jazzberry Jam #9F1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 53.36%
G = 8.39%
B = 38.26%

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

#9F1972 (or 0x9F1972) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 72. RGB value is (159,25,114). Sum of RGB (Red+Green+Blue) = 159+25+114=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1972 is #60E68D. Grayscale: #4A4A4A. Windows color (decimal): -6350478 or 7477663. OLE color: 7477663.

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

Color convert

RGB 159 25 114 -
CMYK 0 0.84 0.28 0.38
HSL 320.15º 0.73% 0.36% -
HSV(B) 320.15º 0.84% 0.62% -
XYZ 17.68 9.28 16.78 -
YUV 75.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 159 25 114 0 0.84 0.28 0.38 320.15 0.73 0.36
Hex 9F 19 72 0 54 1C 26 140 49 24
Octal 237 31 162 0 124 34 46 500 111 44
Binary 10011111 11001 1110010 0 1010100 11100 100110 101000000 1001001 100100

Color Harmonies of #9F1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1972

Black with #9F1972

Text Example


Text Example

White with #9F1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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