#9F1F68

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

Shades of Jazzberry Jam #9F1F68

Tints of Jazzberry Jam #9F1F68

Color information

#9F1F68 (or 0x9F1F68) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1F and 68. RGB value is (159,31,104). Sum of RGB (Red+Green+Blue) = 159+31+104=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F68 is #60E097. Grayscale: #4D4D4D. Windows color (decimal): -6348952 or 6823839. OLE color: 6823839.

HSL color Cylindrical-coordinate representation of color #9F1F68: hue angle of 325.78º degrees, saturation: 0.67, 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 #9F1F68 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15931104-
CMYK00.810.350.38
HSL325.78º67.37%37.25%-
HSV(B)325.78º80.5%62.35%-
XYZ17.299.3513.99-
YUV77.59142.91186.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=54.08%
G=10.54%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593110400.810.350.38325.7867.3737.25
Hex9F1F6805123261464325
Octal237371500121434650610345
Binary10011111111111101000010100011000111001101010001101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,104); }

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

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

 a { background-color: rgb(159,31,104); }

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

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

 span { border-color: rgb(159,31,104); }

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