Html Css Color HEX #9E6DC6 Amethyst

📋 copy color: '#9E6DC6'

red 158 ◦ green 109 ◦ blue 198

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

Shades of Amethyst #9E6DC6

Tints of Amethyst #9E6DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 33.98%
G = 23.44%
B = 42.58%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E6DC6 (or 0x9E6DC6) is known color: Amethyst. HEX triplet: 9E, 6D and C6. RGB value is (158,109,198). Sum of RGB (Red+Green+Blue) = 158+109+198=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E6DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DC6 is #619239. Grayscale: #858585. Windows color (decimal): -6394426 or 13004190. OLE color: 13004190.

HSL color Cylindrical-coordinate representation of color #9E6DC6: hue angle of 273.03º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E6DC6 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 109 198 -
CMYK 0.20 0.45 0 0.22
HSL 273.03º 0.44% 0.6% -
HSV(B) 273.03º 0.45% 0.78% -
XYZ 29.76 22.28 56.16 -
YUV 133.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 158 109 198 0.20 0.45 0 0.22 273.03 0.44 0.6
Hex 9E 6D C6 14 2D 0 16 111 2C 3C
Octal 236 155 306 24 55 0 26 421 54 74
Binary 10011110 1101101 11000110 10100 101101 0 10110 100010001 101100 111100

Color Harmonies of #9E6DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DC6

Black with #9E6DC6

Text Example


Text Example

White with #9E6DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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