Html Css Color HEX #9E64DC Amethyst

📋 copy color: '#9E64DC'

red 158 ◦ green 100 ◦ blue 220

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

Shades of Amethyst #9E64DC

Tints of Amethyst #9E64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.92%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 33.05%
G = 20.92%
B = 46.03%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E64DC (or 0x9E64DC) is known color: Amethyst. HEX triplet: 9E, 64 and DC. RGB value is (158,100,220). Sum of RGB (Red+Green+Blue) = 158+100+220=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64DC is #619B23. Grayscale: #828282. Windows color (decimal): -6396708 or 14443678. OLE color: 14443678.

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

Color convert

RGB 158 100 220 -
CMYK 0.28 0.55 0 0.14
HSL 269º 0.63% 0.63% -
HSV(B) 269º 0.55% 0.86% -
XYZ 31.58 21.55 70.21 -
YUV 131.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 158 100 220 0.28 0.55 0 0.14 269 0.63 0.63
Hex 9E 64 DC 1C 37 0 E 10D 3F 3F
Octal 236 144 334 34 67 0 16 415 77 77
Binary 10011110 1100100 11011100 11100 110111 0 1110 100001101 111111 111111

Color Harmonies of #9E64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64DC

Black with #9E64DC

Text Example


Text Example

White with #9E64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,220); }

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

background-color css

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

 a { background-color: rgb(158,100,220); }

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

border-color css

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

 span { border-color: rgb(158,100,220); }

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