#9968CE

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

Shades of Amethyst #9968CE

Tints of Amethyst #9968CE

Color information

#9968CE (or 0x9968CE) is unknown color: approx Amethyst. HEX triplet: 99, 68 and CE. RGB value is (153,104,206). Sum of RGB (Red+Green+Blue) = 153+104+206=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #9968CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CE is #669731. Grayscale: #818181. Windows color (decimal): -6723378 or 13527193. OLE color: 13527193.

HSL color Cylindrical-coordinate representation of color #9968CE: hue angle of 268.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9968CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153104206-
CMYK0.260.5000.19
HSL268.82º51%60.78%-
HSV(B)268.82º49.51%80.78%-
XYZ29.2321.1360.93-
YUV130.28170.73144.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=33.05%
G=22.46%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531042060.260.5000.19268.825160.78
Hex9968CE1A3201310d333d
Octal23115031632620234156375
Binary1001100111010001100111011010110010010011100001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9968CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9968CE; }

 p { color: rgb(153,104,206); }

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

<style>
 a { background-color: #9968CE; }

 a { background-color: rgb(153,104,206); }

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

<style>
 span { border-color: #9968CE; }

 span { border-color: rgb(153,104,206); }

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