Html Css Color HEX #9F166D Jazzberry Jam

📋 copy color: '#9F166D'

red 159 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #9F166D

Tints of Jazzberry Jam #9F166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 54.83%
G = 7.59%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F166D (or 0x9F166D) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 6D. RGB value is (159,22,109). Sum of RGB (Red+Green+Blue) = 159+22+109=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F166D is #60E992. Grayscale: #484848. Windows color (decimal): -6351251 or 7149215. OLE color: 7149215.

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

Color convert

RGB 159 22 109 -
CMYK 0 0.86 0.31 0.38
HSL 321.9º 0.76% 0.35% -
HSV(B) 321.9º 0.86% 0.62% -
XYZ 17.35 9.05 15.3 -
YUV 72.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 159 22 109 0 0.86 0.31 0.38 321.9 0.76 0.35
Hex 9F 16 6D 0 56 1F 26 142 4C 23
Octal 237 26 155 0 126 37 46 502 114 43
Binary 10011111 10110 1101101 0 1010110 11111 100110 101000010 1001100 100011

Color Harmonies of #9F166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F166D

Black with #9F166D

Text Example


Text Example

White with #9F166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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