Html Css Color HEX #9E4DBA Deep Lilac

📋 copy color: '#9E4DBA'

red 158 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #9E4DBA

Tints of Deep Lilac #9E4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

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

R = 37.53%
G = 18.29%
B = 44.18%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E4DBA (or 0x9E4DBA) is known color: Deep Lilac. HEX triplet: 9E, 4D and BA. RGB value is (158,77,186). Sum of RGB (Red+Green+Blue) = 158+77+186=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DBA is #61B245. Grayscale: #717171. Windows color (decimal): -6402630 or 12209566. OLE color: 12209566.

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

Color convert

RGB 158 77 186 -
CMYK 0.15 0.59 0 0.27
HSL 284.59º 0.44% 0.52% -
HSV(B) 284.59º 0.59% 0.73% -
XYZ 25.62 16.12 48.22 -
YUV 113.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 158 77 186 0.15 0.59 0 0.27 284.59 0.44 0.52
Hex 9E 4D BA F 3B 0 1B 11D 2C 34
Octal 236 115 272 17 73 0 33 435 54 64
Binary 10011110 1001101 10111010 1111 111011 0 11011 100011101 101100 110100

Color Harmonies of #9E4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DBA

Black with #9E4DBA

Text Example


Text Example

White with #9E4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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