#9F1C65

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

Shades of Jazzberry Jam #9F1C65

Tints of Jazzberry Jam #9F1C65

Color information

#9F1C65 (or 0x9F1C65) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1C and 65. RGB value is (159,28,101). Sum of RGB (Red+Green+Blue) = 159+28+101=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C65 is #60E39A. Grayscale: #4B4B4B. Windows color (decimal): -6349723 or 6626463. OLE color: 6626463.

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

Color convert

RGB15928101-
CMYK00.820.360.38
HSL326.56º70.05%36.67%-
HSV(B)326.56º82.39%62.35%-
XYZ17.069.1413.18-
YUV75.49142.4187.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=55.21%
G=9.72%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592810100.820.360.38326.5670.0536.67
Hex9F1C6505224261474625
Octal237341450122444650710645
Binary10011111111001100101010100101001001001101010001111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,101); }

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

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

 a { background-color: rgb(159,28,101); }

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

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

 span { border-color: rgb(159,28,101); }

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