#9967CE

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

Shades of Amethyst #9967CE

Tints of Amethyst #9967CE

Color information

#9967CE (or 0x9967CE) is unknown color: approx Amethyst. HEX triplet: 99, 67 and CE. RGB value is (153,103,206). Sum of RGB (Red+Green+Blue) = 153+103+206=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9967CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967CE is #669831. Grayscale: #818181. Windows color (decimal): -6723634 or 13526937. OLE color: 13526937.

HSL color Cylindrical-coordinate representation of color #9967CE: hue angle of 269.13º 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 #9967CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153103206-
CMYK0.260.5000.19
HSL269.13º51.24%60.59%-
HSV(B)269.13º50%80.78%-
XYZ29.1320.9360.9-
YUV129.69171.06144.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=33.12%
G=22.29%
B=44.59%

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
Decimal1531032060.260.5000.19269.1351.2460.59
Hex9967CE1A3201310d333d
Octal23114731632620234156375
Binary1001100111001111100111011010110010010011100001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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