Html Css Color HEX #9E40BA Deep Lilac

📋 copy color: '#9E40BA'

red 158 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #9E40BA

Tints of Deep Lilac #9E40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 38.73%
G = 15.69%
B = 45.59%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E40BA (or 0x9E40BA) is known color: Deep Lilac. HEX triplet: 9E, 40 and BA. RGB value is (158,64,186). Sum of RGB (Red+Green+Blue) = 158+64+186=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BA is #61BF45. Grayscale: #696969. Windows color (decimal): -6405958 or 12206238. OLE color: 12206238.

HSL color Cylindrical-coordinate representation of color #9E40BA: hue angle of 286.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E40BA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 64 186 -
CMYK 0.15 0.66 0 0.27
HSL 286.23º 0.49% 0.49% -
HSV(B) 286.23º 0.66% 0.73% -
XYZ 24.8 14.48 47.94 -
YUV 106.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 158 64 186 0.15 0.66 0 0.27 286.23 0.49 0.49
Hex 9E 40 BA F 42 0 1B 11E 31 31
Octal 236 100 272 17 102 0 33 436 61 61
Binary 10011110 1000000 10111010 1111 1000010 0 11011 100011110 110001 110001

Color Harmonies of #9E40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E40BA

Black with #9E40BA

Text Example


Text Example

White with #9E40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,186); }

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

background-color css

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

 a { background-color: rgb(158,64,186); }

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

border-color css

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

 span { border-color: rgb(158,64,186); }

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