Html Css Color HEX #9F1C71 Jazzberry Jam

📋 copy color: '#9F1C71'

red 159 ◦ green 28 ◦ blue 113

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

Shades of Jazzberry Jam #9F1C71

Tints of Jazzberry Jam #9F1C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 53%
G = 9.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F1C71 (or 0x9F1C71) is known color: Jazzberry Jam. HEX triplet: 9F, 1C and 71. RGB value is (159,28,113). Sum of RGB (Red+Green+Blue) = 159+28+113=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C71 is #60E38E. Grayscale: #4C4C4C. Windows color (decimal): -6349711 or 7412895. OLE color: 7412895.

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

Color convert

RGB 159 28 113 -
CMYK 0 0.82 0.29 0.38
HSL 321.07º 0.7% 0.37% -
HSV(B) 321.07º 0.82% 0.62% -
XYZ 17.69 9.39 16.5 -
YUV 76.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 159 28 113 0 0.82 0.29 0.38 321.07 0.7 0.37
Hex 9F 1C 71 0 52 1D 26 141 46 25
Octal 237 34 161 0 122 35 46 501 106 45
Binary 10011111 11100 1110001 0 1010010 11101 100110 101000001 1000110 100101

Color Harmonies of #9F1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C71

Black with #9F1C71

Text Example


Text Example

White with #9F1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,113); }

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

background-color css

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

 a { background-color: rgb(159,28,113); }

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

border-color css

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

 span { border-color: rgb(159,28,113); }

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