Html Css Color HEX #9E4BAE Deep Lilac

📋 copy color: '#9E4BAE'

red 158 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #9E4BAE

Tints of Deep Lilac #9E4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 38.82%
G = 18.43%
B = 42.75%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E4BAE (or 0x9E4BAE) is known color: Deep Lilac. HEX triplet: 9E, 4B and AE. RGB value is (158,75,174). Sum of RGB (Red+Green+Blue) = 158+75+174=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BAE is #61B451. Grayscale: #6E6E6E. Windows color (decimal): -6403154 or 11422622. OLE color: 11422622.

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

Color convert

RGB 158 75 174 -
CMYK 0.09 0.57 0 0.32
HSL 290.3º 0.4% 0.49% -
HSV(B) 290.3º 0.57% 0.68% -
XYZ 24.26 15.36 41.73 -
YUV 111.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 158 75 174 0.09 0.57 0 0.32 290.3 0.4 0.49
Hex 9E 4B AE 9 39 0 20 122 28 31
Octal 236 113 256 11 71 0 40 442 50 61
Binary 10011110 1001011 10101110 1001 111001 0 100000 100100010 101000 110001

Color Harmonies of #9E4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4BAE

Black with #9E4BAE

Text Example


Text Example

White with #9E4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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