Html Css Color HEX #9E66DA Amethyst

📋 copy color: '#9E66DA'

red 158 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #9E66DA

Tints of Amethyst #9E66DA

RGB

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

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

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

R = 33.05%
G = 21.34%
B = 45.61%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E66DA (or 0x9E66DA) is known color: Amethyst. HEX triplet: 9E, 66 and DA. RGB value is (158,102,218). Sum of RGB (Red+Green+Blue) = 158+102+218=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66DA is #619925. Grayscale: #838383. Windows color (decimal): -6396198 or 14313118. OLE color: 14313118.

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

Color convert

RGB 158 102 218 -
CMYK 0.28 0.53 0 0.15
HSL 268.97º 0.61% 0.63% -
HSV(B) 268.97º 0.53% 0.85% -
XYZ 31.51 21.83 68.88 -
YUV 131.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 158 102 218 0.28 0.53 0 0.15 268.97 0.61 0.63
Hex 9E 66 DA 1C 35 0 F 10D 3D 3F
Octal 236 146 332 34 65 0 17 415 75 77
Binary 10011110 1100110 11011010 11100 110101 0 1111 100001101 111101 111111

Color Harmonies of #9E66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E66DA

Black with #9E66DA

Text Example


Text Example

White with #9E66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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