Html Css Color HEX #9F176D Jazzberry Jam

📋 copy color: '#9F176D'

red 159 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #9F176D

Tints of Jazzberry Jam #9F176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 54.64%
G = 7.9%
B = 37.46%

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

#9F176D (or 0x9F176D) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 6D. RGB value is (159,23,109). Sum of RGB (Red+Green+Blue) = 159+23+109=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F176D is #60E892. Grayscale: #494949. Windows color (decimal): -6350995 or 7149471. OLE color: 7149471.

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

Color convert

RGB 159 23 109 -
CMYK 0 0.86 0.31 0.38
HSL 322.06º 0.75% 0.36% -
HSV(B) 322.06º 0.86% 0.62% -
XYZ 17.36 9.09 15.31 -
YUV 73.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 159 23 109 0 0.86 0.31 0.38 322.06 0.75 0.36
Hex 9F 17 6D 0 56 1F 26 142 4B 24
Octal 237 27 155 0 126 37 46 502 113 44
Binary 10011111 10111 1101101 0 1010110 11111 100110 101000010 1001011 100100

Color Harmonies of #9F176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F176D

Black with #9F176D

Text Example


Text Example

White with #9F176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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