#9F015D

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

Shades of Jazzberry Jam #9F015D

Tints of Jazzberry Jam #9F015D

Color information

#9F015D (or 0x9F015D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 01 and 5D. RGB value is (159,1,93). Sum of RGB (Red+Green+Blue) = 159+1+93=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F015D is #60FEA2. Grayscale: #3A3A3A. Windows color (decimal): -6356643 or 6095263. OLE color: 6095263.

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

Color convert

RGB159193-
CMYK00.990.420.38
HSL325.06º98.75%31.37%-
HSV(B)325.06º99.37%62.35%-
XYZ16.288.1811.08-
YUV58.73147.35199.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=62.85%
G=0.40%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15919300.990.420.38325.0698.7531.37
Hex9F15D0632A26145631f
Octal23711350143524650514337
Binary100111111101110101100011101010100110101000101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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