Html Css Color HEX #9E68D7 Amethyst

📋 copy color: '#9E68D7'

red 158 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #9E68D7

Tints of Amethyst #9E68D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 33.12%
G = 21.8%
B = 45.07%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E68D7 (or 0x9E68D7) is known color: Amethyst. HEX triplet: 9E, 68 and D7. RGB value is (158,104,215). Sum of RGB (Red+Green+Blue) = 158+104+215=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68D7 is #619728. Grayscale: #848484. Windows color (decimal): -6395689 or 14117022. OLE color: 14117022.

HSL color Cylindrical-coordinate representation of color #9E68D7: hue angle of 269.19º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E68D7 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 104 215 -
CMYK 0.27 0.52 0 0.16
HSL 269.19º 0.58% 0.63% -
HSV(B) 269.19º 0.52% 0.84% -
XYZ 31.32 22.08 66.9 -
YUV 132.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 158 104 215 0.27 0.52 0 0.16 269.19 0.58 0.63
Hex 9E 68 D7 1B 34 0 10 10D 3A 3F
Octal 236 150 327 33 64 0 20 415 72 77
Binary 10011110 1101000 11010111 11011 110100 0 10000 100001101 111010 111111

Color Harmonies of #9E68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68D7

Black with #9E68D7

Text Example


Text Example

White with #9E68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,104,215); }

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

background-color css

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

 a { background-color: rgb(158,104,215); }

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

border-color css

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

 span { border-color: rgb(158,104,215); }

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