#9F1E60

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

Shades of Jazzberry Jam #9F1E60

Tints of Jazzberry Jam #9F1E60

Color information

#9F1E60 (or 0x9F1E60) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1E and 60. RGB value is (159,30,96). Sum of RGB (Red+Green+Blue) = 159+30+96=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E60 is #60E19F. Grayscale: #4B4B4B. Windows color (decimal): -6349216 or 6299295. OLE color: 6299295.

HSL color Cylindrical-coordinate representation of color #9F1E60: hue angle of 329.3º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E60 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1593096-
CMYK00.810.400.38
HSL329.3º68.25%37.06%-
HSV(B)329.3º81.13%62.35%-
XYZ16.879.1411.94-
YUV76.1139.24187.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=55.79%
G=10.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159309600.810.400.38329.368.2537.06
Hex9F1E6005128261494425
Octal237361400121504651110445
Binary10011111111101100000010100011010001001101010010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,96); }

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

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

 a { background-color: rgb(159,30,96); }

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

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

 span { border-color: rgb(159,30,96); }

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