#9F216C

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

Shades of Jazzberry Jam #9F216C

Tints of Jazzberry Jam #9F216C

Color information

#9F216C (or 0x9F216C) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 21 and 6C. RGB value is (159,33,108). Sum of RGB (Red+Green+Blue) = 159+33+108=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F216C is #60DE93. Grayscale: #4F4F4F. Windows color (decimal): -6348436 or 7086495. OLE color: 7086495.

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

Color convert

RGB15933108-
CMYK00.790.320.38
HSL324.29º65.62%37.65%-
HSV(B)324.29º79.25%62.35%-
XYZ17.559.5415.1-
YUV79.22144.24184.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 108 (42.58% from 255) = 36%
R=53%
G=11%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593310800.790.320.38324.2965.6237.65
Hex9F216C04F20261444226
Octal237411540117404650410246
Binary100111111000011101100010011111000001001101010001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,108); }

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

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

 a { background-color: rgb(159,33,108); }

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

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

 span { border-color: rgb(159,33,108); }

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