#9e6fd4

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

Shades of Amethyst #9E6FD4

Tints of Amethyst #9E6FD4

Color information

#9E6FD4 (or 0x9E6FD4) is unknown color: approx Amethyst. HEX triplet: 9E, 6F and D4. RGB value is (158,111,212). Sum of RGB (Red+Green+Blue) = 158+111+212=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E6FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FD4 is #61902B. Grayscale: #888888. Windows color (decimal): -6393900 or 13922206. OLE color: 13922206.

HSL color Cylindrical-coordinate representation of color #9E6FD4: hue angle of 267.92º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6FD4 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB158111212-
CMYK0.250.4800.17
HSL267.92º54.01%63.33%-
HSV(B)267.92º47.64%83.14%-
XYZ31.6723.3965.13-
YUV136.57170.57143.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=32.85%
G=23.08%
B=44.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1581112120.250.4800.17267.9254.0163.33
Hex9E6FD4193001110c363f
Octal23615732431600214146677
Binary1001111011011111101010011001110000010001100001100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e6fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,212); }

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

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

 a { background-color: rgb(158,111,212); }

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

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

 span { border-color: rgb(158,111,212); }

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