Html Css Color HEX #9E6ADA Amethyst

📋 copy color: '#9E6ADA'

red 158 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #9E6ADA

Tints of Amethyst #9E6ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 32.78%
G = 21.99%
B = 45.23%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E6ADA (or 0x9E6ADA) is known color: Amethyst. HEX triplet: 9E, 6A and DA. RGB value is (158,106,218). Sum of RGB (Red+Green+Blue) = 158+106+218=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ADA is #619525. Grayscale: #858585. Windows color (decimal): -6395174 or 14314142. OLE color: 14314142.

HSL color Cylindrical-coordinate representation of color #9E6ADA: hue angle of 267.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6ADA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 106 218 -
CMYK 0.28 0.51 0 0.15
HSL 267.86º 0.6% 0.64% -
HSV(B) 267.86º 0.51% 0.85% -
XYZ 31.91 22.64 69.02 -
YUV 134.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 158 106 218 0.28 0.51 0 0.15 267.86 0.6 0.64
Hex 9E 6A DA 1C 33 0 F 10C 3C 40
Octal 236 152 332 34 63 0 17 414 74 100
Binary 10011110 1101010 11011010 11100 110011 0 1111 100001100 111100 1000000

Color Harmonies of #9E6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ADA

Black with #9E6ADA

Text Example


Text Example

White with #9E6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,218); }

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

background-color css

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

 a { background-color: rgb(158,106,218); }

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

border-color css

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

 span { border-color: rgb(158,106,218); }

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