#9F1670

Color #9F1670 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9F1670

Tints of Jazzberry Jam #9F1670

Color information

#9F1670 (or 0x9F1670) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 16 and 70. RGB value is (159,22,112). Sum of RGB (Red+Green+Blue) = 159+22+112=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1670 is #60E98F. Grayscale: #494949. Windows color (decimal): -6351248 or 7345823. OLE color: 7345823.

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

Color convert

RGB15922112-
CMYK00.860.300.38
HSL320.58º75.69%35.49%-
HSV(B)320.58º86.16%62.35%-
XYZ17.519.1116.17-
YUV73.22149.89189.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=54.27%
G=7.51%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592211200.860.300.38320.5875.6935.49
Hex9F16700561E261414c23
Octal237261600126364650111443
Binary1001111110110111000001010110111101001101010000011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F1670;
 }
 .AnyTagClassName
 {
   color: #9F1670;
 }
</style>
background-color css

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

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

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

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

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

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