#9F0145

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

Shades of Jazzberry Jam #9F0145

Tints of Jazzberry Jam #9F0145

Color information

#9F0145 (or 0x9F0145) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 01 and 45. RGB value is (159,1,69). Sum of RGB (Red+Green+Blue) = 159+1+69=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0145 is #60FEBA. Grayscale: #373737. Windows color (decimal): -6356667 or 4522399. OLE color: 4522399.

HSL color Cylindrical-coordinate representation of color #9F0145: hue angle of 334.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0145 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB159169-
CMYK00.990.570.38
HSL334.18º98.75%31.37%-
HSV(B)334.18º99.37%62.35%-
XYZ15.387.826.33-
YUV55.99135.35201.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.43%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=69.43%
G=0.44%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15916900.990.570.38334.1898.7531.37
Hex9F145063392614e631f
Octal23711050143714651614337
Binary100111111100010101100011111001100110101001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,1,69); }

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

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

 a { background-color: rgb(159,1,69); }

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

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

 span { border-color: rgb(159,1,69); }

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