Html Css Color HEX #9E64BD Deep Lilac

📋 copy color: '#9E64BD'

red 158 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #9E64BD

Tints of Deep Lilac #9E64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 35.35%
G = 22.37%
B = 42.28%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E64BD (or 0x9E64BD) is known color: Deep Lilac. HEX triplet: 9E, 64 and BD. RGB value is (158,100,189). Sum of RGB (Red+Green+Blue) = 158+100+189=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64BD is #619B42. Grayscale: #7F7F7F. Windows color (decimal): -6396739 or 12412062. OLE color: 12412062.

HSL color Cylindrical-coordinate representation of color #9E64BD: hue angle of 279.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E64BD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 100 189 -
CMYK 0.16 0.47 0 0.26
HSL 279.1º 0.4% 0.57% -
HSV(B) 279.1º 0.47% 0.74% -
XYZ 27.84 20.06 50.55 -
YUV 127.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 158 100 189 0.16 0.47 0 0.26 279.1 0.4 0.57
Hex 9E 64 BD 10 2F 0 1A 117 28 39
Octal 236 144 275 20 57 0 32 427 50 71
Binary 10011110 1100100 10111101 10000 101111 0 11010 100010111 101000 111001

Color Harmonies of #9E64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64BD

Black with #9E64BD

Text Example


Text Example

White with #9E64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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