#9967D0

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

Shades of Amethyst #9967D0

Tints of Amethyst #9967D0

Color information

#9967D0 (or 0x9967D0) is unknown color: approx Amethyst. HEX triplet: 99, 67 and D0. RGB value is (153,103,208). Sum of RGB (Red+Green+Blue) = 153+103+208=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #9967D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967D0 is #66982F. Grayscale: #818181. Windows color (decimal): -6723632 or 13658009. OLE color: 13658009.

HSL color Cylindrical-coordinate representation of color #9967D0: hue angle of 268.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9967D0 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153103208-
CMYK0.260.5000.18
HSL268.57º52.76%60.98%-
HSV(B)268.57º50.48%81.57%-
XYZ29.3721.0362.19-
YUV129.92172.06144.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=32.97%
G=22.20%
B=44.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531032080.260.5000.18268.5752.7660.98
Hex9967D01A3201210d353d
Octal23114732032620224156575
Binary1001100111001111101000011010110010010010100001101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9967D0; }

 p { color: rgb(153,103,208); }

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

<style>
 a { background-color: #9967D0; }

 a { background-color: rgb(153,103,208); }

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

<style>
 span { border-color: #9967D0; }

 span { border-color: rgb(153,103,208); }

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