#9F6ACC

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

Shades of Amethyst #9F6ACC

Tints of Amethyst #9F6ACC

Color information

#9F6ACC (or 0x9F6ACC) is unknown color: approx Amethyst. HEX triplet: 9F, 6A and CC. RGB value is (159,106,204). Sum of RGB (Red+Green+Blue) = 159+106+204=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ACC is #609533. Grayscale: #848484. Windows color (decimal): -6329652 or 13396639. OLE color: 13396639.

HSL color Cylindrical-coordinate representation of color #9F6ACC: hue angle of 272.45º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F6ACC is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159106204-
CMYK0.220.4800.2
HSL272.45º49%60.78%-
HSV(B)272.45º48.04%80%-
XYZ30.3522.0459.78-
YUV133.02168.06146.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=33.90%
G=22.60%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591062040.220.4800.2272.454960.78
Hex9F6ACC1630014110313d
Octal23715231426600244206175
Binary1001111111010101100110010110110000010100100010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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