#9F216B

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

Shades of Jazzberry Jam #9F216B

Tints of Jazzberry Jam #9F216B

Color information

#9F216B (or 0x9F216B) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 21 and 6B. RGB value is (159,33,107). Sum of RGB (Red+Green+Blue) = 159+33+107=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F216B is #60DE94. Grayscale: #4E4E4E. Windows color (decimal): -6348437 or 7020959. OLE color: 7020959.

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

Color convert

RGB15933107-
CMYK00.790.330.38
HSL324.76º65.62%37.65%-
HSV(B)324.76º79.25%62.35%-
XYZ17.59.5214.83-
YUV79.11143.74184.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=53.18%
G=11.04%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593310700.790.330.38324.7665.6237.65
Hex9F216B04F21261454226
Octal237411530117414650510246
Binary100111111000011101011010011111000011001101010001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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