#9E72D2

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

Shades of Amethyst #9E72D2

Tints of Amethyst #9E72D2

Color information

#9E72D2 (or 0x9E72D2) is unknown color: approx Amethyst. HEX triplet: 9E, 72 and D2. RGB value is (158,114,210). Sum of RGB (Red+Green+Blue) = 158+114+210=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #9E72D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72D2 is #618D2D. Grayscale: #898989. Windows color (decimal): -6393134 or 13791902. OLE color: 13791902.

HSL color Cylindrical-coordinate representation of color #9E72D2: hue angle of 267.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E72D2 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158114210-
CMYK0.250.4600.18
HSL267.5º51.61%63.53%-
HSV(B)267.5º45.71%82.35%-
XYZ31.7523.9663.92-
YUV138.1168.58142.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 210 (82.42% from 255) = 43.57%
R=32.78%
G=23.65%
B=43.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581142100.250.4600.18267.551.6163.53
Hex9E72D2192E01210c3440
Octal236162322315602241464100
Binary10011110111001011010010110011011100100101000011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,210); }

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

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

 a { background-color: rgb(158,114,210); }

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

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

 span { border-color: rgb(158,114,210); }

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