Html Css Color HEX #9E4AC8 Deep Lilac

📋 copy color: '#9E4AC8'

red 158 ◦ green 74 ◦ blue 200

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

Shades of Deep Lilac #9E4AC8

Tints of Deep Lilac #9E4AC8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 200 (78.52% from 255) = 46.3%

R = 36.57%
G = 17.13%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E4AC8 (or 0x9E4AC8) is known color: Deep Lilac. HEX triplet: 9E, 4A and C8. RGB value is (158,74,200). Sum of RGB (Red+Green+Blue) = 158+74+200=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E4AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4AC8 is #61B537. Grayscale: #717171. Windows color (decimal): -6403384 or 13126302. OLE color: 13126302.

HSL color Cylindrical-coordinate representation of color #9E4AC8: hue angle of 280º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E4AC8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 74 200 -
CMYK 0.21 0.63 0 0.22
HSL 280º 0.53% 0.54% -
HSV(B) 280º 0.63% 0.78% -
XYZ 26.97 16.34 56.38 -
YUV 113.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 158 74 200 0.21 0.63 0 0.22 280 0.53 0.54
Hex 9E 4A C8 15 3F 0 16 118 35 36
Octal 236 112 310 25 77 0 26 430 65 66
Binary 10011110 1001010 11001000 10101 111111 0 10110 100011000 110101 110110

Color Harmonies of #9E4AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AC8

Black with #9E4AC8

Text Example


Text Example

White with #9E4AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,200); }

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

background-color css

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

 a { background-color: rgb(158,74,200); }

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

border-color css

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

 span { border-color: rgb(158,74,200); }

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