Html Css Color HEX #9E6DCD Amethyst

📋 copy color: '#9E6DCD'

red 158 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #9E6DCD

Tints of Amethyst #9E6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 33.47%
G = 23.09%
B = 43.43%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E6DCD (or 0x9E6DCD) is known color: Amethyst. HEX triplet: 9E, 6D and CD. RGB value is (158,109,205). Sum of RGB (Red+Green+Blue) = 158+109+205=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DCD is #619232. Grayscale: #868686. Windows color (decimal): -6394419 or 13462942. OLE color: 13462942.

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

Color convert

RGB 158 109 205 -
CMYK 0.23 0.47 0 0.20
HSL 270.63º 0.49% 0.62% -
HSV(B) 270.63º 0.47% 0.8% -
XYZ 30.59 22.61 60.51 -
YUV 134.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 158 109 205 0.23 0.47 0 0.20 270.63 0.49 0.62
Hex 9E 6D CD 17 2F 0 14 10F 31 3E
Octal 236 155 315 27 57 0 24 417 61 76
Binary 10011110 1101101 11001101 10111 101111 0 10100 100001111 110001 111110

Color Harmonies of #9E6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DCD

Black with #9E6DCD

Text Example


Text Example

White with #9E6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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