Html Css Color HEX #9E64AE Deep Lilac

📋 copy color: '#9E64AE'

red 158 ◦ green 100 ◦ blue 174

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

Shades of Deep Lilac #9E64AE

Tints of Deep Lilac #9E64AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 36.57%
G = 23.15%
B = 40.28%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E64AE (or 0x9E64AE) is known color: Deep Lilac. HEX triplet: 9E, 64 and AE. RGB value is (158,100,174). Sum of RGB (Red+Green+Blue) = 158+100+174=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E64AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E64AE is #619B51. Grayscale: #7D7D7D. Windows color (decimal): -6396754 or 11429022. OLE color: 11429022.

HSL color Cylindrical-coordinate representation of color #9E64AE: hue angle of 287.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E64AE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 100 174 -
CMYK 0.09 0.43 0 0.32
HSL 287.03º 0.31% 0.54% -
HSV(B) 287.03º 0.43% 0.68% -
XYZ 26.3 19.44 42.41 -
YUV 125.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 158 100 174 0.09 0.43 0 0.32 287.03 0.31 0.54
Hex 9E 64 AE 9 2B 0 20 11F 1F 36
Octal 236 144 256 11 53 0 40 437 37 66
Binary 10011110 1100100 10101110 1001 101011 0 100000 100011111 11111 110110

Color Harmonies of #9E64AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64AE

Black with #9E64AE

Text Example


Text Example

White with #9E64AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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