#9F68C8

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

Shades of Amethyst #9F68C8

Tints of Amethyst #9F68C8

Color information

#9F68C8 (or 0x9F68C8) is unknown color: approx Amethyst. HEX triplet: 9F, 68 and C8. RGB value is (159,104,200). Sum of RGB (Red+Green+Blue) = 159+104+200=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F68C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68C8 is #609737. Grayscale: #838383. Windows color (decimal): -6330168 or 13133983. OLE color: 13133983.

HSL color Cylindrical-coordinate representation of color #9F68C8: hue angle of 274.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F68C8 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB159104200-
CMYK0.200.4800.22
HSL274.38º46.6%59.61%-
HSV(B)274.38º48%78.43%-
XYZ29.6721.4457.22-
YUV131.39166.72147.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=34.34%
G=22.46%
B=43.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591042000.200.4800.22274.3846.659.61
Hex9F68C814300161122f3c
Octal23715031024600264225774
Binary1001111111010001100100010100110000010110100010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F68C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,200); }

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

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

 a { background-color: rgb(159,104,200); }

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

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

 span { border-color: rgb(159,104,200); }

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