Html Css Color HEX #9F196D Jazzberry Jam

📋 copy color: '#9F196D'

red 159 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #9F196D

Tints of Jazzberry Jam #9F196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 54.27%
G = 8.53%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F196D (or 0x9F196D) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 6D. RGB value is (159,25,109). Sum of RGB (Red+Green+Blue) = 159+25+109=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F196D is #60E692. Grayscale: #4A4A4A. Windows color (decimal): -6350483 or 7149983. OLE color: 7149983.

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

Color convert

RGB 159 25 109 -
CMYK 0 0.84 0.31 0.38
HSL 322.39º 0.73% 0.36% -
HSV(B) 322.39º 0.84% 0.62% -
XYZ 17.41 9.17 15.32 -
YUV 74.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 159 25 109 0 0.84 0.31 0.38 322.39 0.73 0.36
Hex 9F 19 6D 0 54 1F 26 142 49 24
Octal 237 31 155 0 124 37 46 502 111 44
Binary 10011111 11001 1101101 0 1010100 11111 100110 101000010 1001001 100100

Color Harmonies of #9F196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F196D

Black with #9F196D

Text Example


Text Example

White with #9F196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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