Html Css Color HEX #9E68DB Amethyst

📋 copy color: '#9E68DB'

red 158 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #9E68DB

Tints of Amethyst #9E68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 32.85%
G = 21.62%
B = 45.53%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E68DB (or 0x9E68DB) is known color: Amethyst. HEX triplet: 9E, 68 and DB. RGB value is (158,104,219). Sum of RGB (Red+Green+Blue) = 158+104+219=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68DB is #619724. Grayscale: #848484. Windows color (decimal): -6395685 or 14379166. OLE color: 14379166.

HSL color Cylindrical-coordinate representation of color #9E68DB: hue angle of 268.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E68DB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 104 219 -
CMYK 0.28 0.53 0 0.14
HSL 268.17º 0.61% 0.63% -
HSV(B) 268.17º 0.53% 0.86% -
XYZ 31.84 22.28 69.64 -
YUV 133.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 158 104 219 0.28 0.53 0 0.14 268.17 0.61 0.63
Hex 9E 68 DB 1C 35 0 E 10C 3D 3F
Octal 236 150 333 34 65 0 16 414 75 77
Binary 10011110 1101000 11011011 11100 110101 0 1110 100001100 111101 111111

Color Harmonies of #9E68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68DB

Black with #9E68DB

Text Example


Text Example

White with #9E68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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