Html Css Color HEX #9E6ECC Amethyst

📋 copy color: '#9E6ECC'

red 158 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #9E6ECC

Tints of Amethyst #9E6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 33.47%
G = 23.31%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E6ECC (or 0x9E6ECC) is known color: Amethyst. HEX triplet: 9E, 6E and CC. RGB value is (158,110,204). Sum of RGB (Red+Green+Blue) = 158+110+204=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ECC is #619133. Grayscale: #868686. Windows color (decimal): -6394164 or 13397662. OLE color: 13397662.

HSL color Cylindrical-coordinate representation of color #9E6ECC: hue angle of 270.64º degrees, saturation: 0.48, 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 #9E6ECC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 110 204 -
CMYK 0.23 0.46 0 0.2
HSL 270.64º 0.48% 0.62% -
HSV(B) 270.64º 0.46% 0.8% -
XYZ 30.58 22.78 59.91 -
YUV 135.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 158 110 204 0.23 0.46 0 0.2 270.64 0.48 0.62
Hex 9E 6E CC 17 2E 0 14 10F 30 3E
Octal 236 156 314 27 56 0 24 417 60 76
Binary 10011110 1101110 11001100 10111 101110 0 10100 100001111 110000 111110

Color Harmonies of #9E6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ECC

Black with #9E6ECC

Text Example


Text Example

White with #9E6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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