#9F146E

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

Shades of Jazzberry Jam #9F146E

Tints of Jazzberry Jam #9F146E

Color information

#9F146E (or 0x9F146E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 14 and 6E. RGB value is (159,20,110). Sum of RGB (Red+Green+Blue) = 159+20+110=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F146E is #60EB91. Grayscale: #474747. Windows color (decimal): -6351762 or 7214239. OLE color: 7214239.

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

Color convert

RGB15920110-
CMYK00.870.310.38
HSL321.15º77.65%35.1%-
HSV(B)321.15º87.42%62.35%-
XYZ17.36915.57-
YUV71.82149.55190.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=55.02%
G=6.92%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592011000.870.310.38321.1577.6535.1
Hex9F146E0571F261414e23
Octal237241560127374650111643
Binary1001111110100110111001010111111111001101010000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,20,110); }

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

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

 a { background-color: rgb(159,20,110); }

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

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

 span { border-color: rgb(159,20,110); }

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