Html Css Color HEX #9E68BD Amethyst

📋 copy color: '#9E68BD'

red 158 ◦ green 104 ◦ blue 189

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

Shades of Amethyst #9E68BD

Tints of Amethyst #9E68BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 35.03%
G = 23.06%
B = 41.91%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E68BD (or 0x9E68BD) is known color: Amethyst. HEX triplet: 9E, 68 and BD. RGB value is (158,104,189). Sum of RGB (Red+Green+Blue) = 158+104+189=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68BD is #619742. Grayscale: #818181. Windows color (decimal): -6395715 or 12413086. OLE color: 12413086.

HSL color Cylindrical-coordinate representation of color #9E68BD: hue angle of 278.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E68BD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 104 189 -
CMYK 0.16 0.45 0 0.26
HSL 278.12º 0.39% 0.57% -
HSV(B) 278.12º 0.45% 0.74% -
XYZ 28.24 20.84 50.68 -
YUV 129.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 158 104 189 0.16 0.45 0 0.26 278.12 0.39 0.57
Hex 9E 68 BD 10 2D 0 1A 116 27 39
Octal 236 150 275 20 55 0 32 426 47 71
Binary 10011110 1101000 10111101 10000 101101 0 11010 100010110 100111 111001

Color Harmonies of #9E68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68BD

Black with #9E68BD

Text Example


Text Example

White with #9E68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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