Html Css Color HEX #9F156D Jazzberry Jam

📋 copy color: '#9F156D'

red 159 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #9F156D

Tints of Jazzberry Jam #9F156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 55.02%
G = 7.27%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F156D (or 0x9F156D) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 6D. RGB value is (159,21,109). Sum of RGB (Red+Green+Blue) = 159+21+109=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F156D is #60EA92. Grayscale: #484848. Windows color (decimal): -6351507 or 7148959. OLE color: 7148959.

HSL color Cylindrical-coordinate representation of color #9F156D: hue angle of 321.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F156D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 21 109 -
CMYK 0 0.87 0.31 0.38
HSL 321.74º 0.77% 0.35% -
HSV(B) 321.74º 0.87% 0.62% -
XYZ 17.33 9.01 15.29 -
YUV 72.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 159 21 109 0 0.87 0.31 0.38 321.74 0.77 0.35
Hex 9F 15 6D 0 57 1F 26 142 4D 23
Octal 237 25 155 0 127 37 46 502 115 43
Binary 10011111 10101 1101101 0 1010111 11111 100110 101000010 1001101 100011

Color Harmonies of #9F156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F156D

Black with #9F156D

Text Example


Text Example

White with #9F156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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