#9E67DC

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

Shades of Amethyst #9E67DC

Tints of Amethyst #9E67DC

Color information

#9E67DC (or 0x9E67DC) is unknown color: approx Amethyst. HEX triplet: 9E, 67 and DC. RGB value is (158,103,220). Sum of RGB (Red+Green+Blue) = 158+103+220=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67DC is #619823. Grayscale: #848484. Windows color (decimal): -6395940 or 14444446. OLE color: 14444446.

HSL color Cylindrical-coordinate representation of color #9E67DC: hue angle of 268.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E67DC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158103220-
CMYK0.280.5300.14
HSL268.21º62.57%63.33%-
HSV(B)268.21º53.18%86.27%-
XYZ31.8722.1470.3-
YUV132.78177.22145.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=32.85%
G=21.41%
B=45.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581032200.280.5300.14268.2162.5763.33
Hex9E67DC1C350E10c3f3f
Octal23614733434650164147777
Binary100111101100111110111001110011010101110100001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,103,220); }

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

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

 a { background-color: rgb(158,103,220); }

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

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

 span { border-color: rgb(158,103,220); }

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