Html Css Color HEX #9E66DB Amethyst

📋 copy color: '#9E66DB'

red 158 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #9E66DB

Tints of Amethyst #9E66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

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

R = 32.99%
G = 21.29%
B = 45.72%

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

#9E66DB (or 0x9E66DB) is known color: Amethyst. HEX triplet: 9E, 66 and DB. RGB value is (158,102,219). Sum of RGB (Red+Green+Blue) = 158+102+219=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66DB is #619924. Grayscale: #838383. Windows color (decimal): -6396197 or 14378654. OLE color: 14378654.

HSL color Cylindrical-coordinate representation of color #9E66DB: hue angle of 268.72º degrees, saturation: 0.62, 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 #9E66DB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 102 219 -
CMYK 0.28 0.53 0 0.14
HSL 268.72º 0.62% 0.63% -
HSV(B) 268.72º 0.53% 0.86% -
XYZ 31.64 21.89 69.57 -
YUV 132.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 158 102 219 0.28 0.53 0 0.14 268.72 0.62 0.63
Hex 9E 66 DB 1C 35 0 E 10D 3E 3F
Octal 236 146 333 34 65 0 16 415 76 77
Binary 10011110 1100110 11011011 11100 110101 0 1110 100001101 111110 111111

Color Harmonies of #9E66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E66DB

Black with #9E66DB

Text Example


Text Example

White with #9E66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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