Html Css Color HEX #9E6ECD Amethyst

📋 copy color: '#9E6ECD'

red 158 ◦ green 110 ◦ blue 205

#9E6ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9E6ECD

Tints of Amethyst #9E6ECD

RGB

 RED value IS 158 (62.11% from 255) = 33.4%

 GREEN value IS 110 (43.36% from 255) = 23.26%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 33.4%
G = 23.26%
B = 43.34%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E6ECD (or 0x9E6ECD) is known color: Amethyst. HEX triplet: 9E, 6E and CD. RGB value is (158,110,205). Sum of RGB (Red+Green+Blue) = 158+110+205=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ECD is #619132. Grayscale: #868686. Windows color (decimal): -6394163 or 13463198. OLE color: 13463198.

HSL color Cylindrical-coordinate representation of color #9E6ECD: hue angle of 270.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6ECD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 110 205 -
CMYK 0.23 0.46 0 0.20
HSL 270.32º 0.49% 0.62% -
HSV(B) 270.32º 0.46% 0.8% -
XYZ 30.7 22.83 60.55 -
YUV 135.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 158 110 205 0.23 0.46 0 0.20 270.32 0.49 0.62
Hex 9E 6E CD 17 2E 0 14 10E 31 3E
Octal 236 156 315 27 56 0 24 416 61 76
Binary 10011110 1101110 11001101 10111 101110 0 10100 100001110 110001 111110

Color Harmonies of #9E6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ECD

Black with #9E6ECD

Text Example


Text Example

White with #9E6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,205); }

 H1.HeaderClassName
 {
   color: #9E6ECD;
 }
 .AnyTagClassName
 {
   color: #9E6ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(158,110,205); }

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

border-color css

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

 span { border-color: rgb(158,110,205); }

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