#9F1C6A

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

Shades of Jazzberry Jam #9F1C6A

Tints of Jazzberry Jam #9F1C6A

Color information

#9F1C6A (or 0x9F1C6A) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1C and 6A. RGB value is (159,28,106). Sum of RGB (Red+Green+Blue) = 159+28+106=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C6A is #60E395. Grayscale: #4B4B4B. Windows color (decimal): -6349718 or 6954143. OLE color: 6954143.

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

Color convert

RGB15928106-
CMYK00.820.330.38
HSL324.27º70.05%36.67%-
HSV(B)324.27º82.39%62.35%-
XYZ17.319.2414.51-
YUV76.06144.9187.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=54.27%
G=9.56%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592810600.820.330.38324.2770.0536.67
Hex9F1C6A05221261444625
Octal237341520122414650410645
Binary10011111111001101010010100101000011001101010001001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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