Html Css Color HEX #9F1970 Jazzberry Jam

📋 copy color: '#9F1970'

red 159 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #9F1970

Tints of Jazzberry Jam #9F1970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 53.72%
G = 8.45%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F1970 (or 0x9F1970) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 70. RGB value is (159,25,112). Sum of RGB (Red+Green+Blue) = 159+25+112=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1970 is #60E68F. Grayscale: #4A4A4A. Windows color (decimal): -6350480 or 7346591. OLE color: 7346591.

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

Color convert

RGB 159 25 112 -
CMYK 0 0.84 0.30 0.38
HSL 321.04º 0.73% 0.36% -
HSV(B) 321.04º 0.84% 0.62% -
XYZ 17.57 9.24 16.19 -
YUV 74.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 159 25 112 0 0.84 0.30 0.38 321.04 0.73 0.36
Hex 9F 19 70 0 54 1E 26 141 49 24
Octal 237 31 160 0 124 36 46 501 111 44
Binary 10011111 11001 1110000 0 1010100 11110 100110 101000001 1001001 100100

Color Harmonies of #9F1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1970

Black with #9F1970

Text Example


Text Example

White with #9F1970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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