Html Css Color HEX #9A4ECE Deep Lilac

📋 copy color: '#9A4ECE'

red 154 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #9A4ECE

Tints of Deep Lilac #9A4ECE

RGB

 RED value IS 154 (60.55% from 255) = 35.16%

 GREEN value IS 78 (30.86% from 255) = 17.81%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 35.16%
G = 17.81%
B = 47.03%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A4ECE (or 0x9A4ECE) is known color: Deep Lilac. HEX triplet: 9A, 4E and CE. RGB value is (154,78,206). Sum of RGB (Red+Green+Blue) = 154+78+206=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4ECE is #65B131. Grayscale: #727272. Windows color (decimal): -6664498 or 13520538. OLE color: 13520538.

HSL color Cylindrical-coordinate representation of color #9A4ECE: hue angle of 275.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A4ECE is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 78 206 -
CMYK 0.25 0.62 0 0.19
HSL 275.63º 0.57% 0.56% -
HSV(B) 275.63º 0.62% 0.81% -
XYZ 27.19 16.78 60.2 -
YUV 115.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 154 78 206 0.25 0.62 0 0.19 275.63 0.57 0.56
Hex 9A 4E CE 19 3E 0 13 114 39 38
Octal 232 116 316 31 76 0 23 424 71 70
Binary 10011010 1001110 11001110 11001 111110 0 10011 100010100 111001 111000

Color Harmonies of #9A4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4ECE

Black with #9A4ECE

Text Example


Text Example

White with #9A4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,78,206); }

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

background-color css

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

 a { background-color: rgb(154,78,206); }

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

border-color css

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

 span { border-color: rgb(154,78,206); }

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