#9F206A

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

Shades of Jazzberry Jam #9F206A

Tints of Jazzberry Jam #9F206A

Color information

#9F206A (or 0x9F206A) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 20 and 6A. RGB value is (159,32,106). Sum of RGB (Red+Green+Blue) = 159+32+106=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F206A is #60DF95. Grayscale: #4E4E4E. Windows color (decimal): -6348694 or 6955167. OLE color: 6955167.

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

Color convert

RGB15932106-
CMYK00.800.330.38
HSL325.04º66.49%37.45%-
HSV(B)325.04º79.87%62.35%-
XYZ17.429.4414.54-
YUV78.41143.58185.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=53.54%
G=10.77%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593210600.800.330.38325.0466.4937.45
Hex9F206A05021261454225
Octal237401520120414650510245
Binary100111111000001101010010100001000011001101010001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,106); }

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

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

 a { background-color: rgb(159,32,106); }

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

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

 span { border-color: rgb(159,32,106); }

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