Html Css Color HEX #9E64BE Deep Lilac

📋 copy color: '#9E64BE'

red 158 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #9E64BE

Tints of Deep Lilac #9E64BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 35.27%
G = 22.32%
B = 42.41%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E64BE (or 0x9E64BE) is known color: Deep Lilac. HEX triplet: 9E, 64 and BE. RGB value is (158,100,190). Sum of RGB (Red+Green+Blue) = 158+100+190=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64BE is #619B41. Grayscale: #7F7F7F. Windows color (decimal): -6396738 or 12477598. OLE color: 12477598.

HSL color Cylindrical-coordinate representation of color #9E64BE: hue angle of 278.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E64BE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 100 190 -
CMYK 0.17 0.47 0 0.25
HSL 278.67º 0.41% 0.57% -
HSV(B) 278.67º 0.47% 0.75% -
XYZ 27.95 20.1 51.12 -
YUV 127.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 158 100 190 0.17 0.47 0 0.25 278.67 0.41 0.57
Hex 9E 64 BE 11 2F 0 19 117 29 39
Octal 236 144 276 21 57 0 31 427 51 71
Binary 10011110 1100100 10111110 10001 101111 0 11001 100010111 101001 111001

Color Harmonies of #9E64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64BE

Black with #9E64BE

Text Example


Text Example

White with #9E64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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