Html Css Color HEX #9E6DCE Amethyst

📋 copy color: '#9E6DCE'

red 158 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #9E6DCE

Tints of Amethyst #9E6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 33.4%
G = 23.04%
B = 43.55%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6DCE (or 0x9E6DCE) is known color: Amethyst. HEX triplet: 9E, 6D and CE. RGB value is (158,109,206). Sum of RGB (Red+Green+Blue) = 158+109+206=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DCE is #619231. Grayscale: #868686. Windows color (decimal): -6394418 or 13528478. OLE color: 13528478.

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

Color convert

RGB 158 109 206 -
CMYK 0.23 0.47 0 0.19
HSL 270.31º 0.5% 0.62% -
HSV(B) 270.31º 0.47% 0.81% -
XYZ 30.71 22.66 61.15 -
YUV 134.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 158 109 206 0.23 0.47 0 0.19 270.31 0.5 0.62
Hex 9E 6D CE 17 2F 0 13 10E 32 3E
Octal 236 155 316 27 57 0 23 416 62 76
Binary 10011110 1101101 11001110 10111 101111 0 10011 100001110 110010 111110

Color Harmonies of #9E6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DCE

Black with #9E6DCE

Text Example


Text Example

White with #9E6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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