Html Css Color HEX #9A4EBE Deep Lilac

📋 copy color: '#9A4EBE'

red 154 ◦ green 78 ◦ blue 190

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

Shades of Deep Lilac #9A4EBE

Tints of Deep Lilac #9A4EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 36.49%
G = 18.48%
B = 45.02%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A4EBE (or 0x9A4EBE) is known color: Deep Lilac. HEX triplet: 9A, 4E and BE. RGB value is (154,78,190). Sum of RGB (Red+Green+Blue) = 154+78+190=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EBE is #65B141. Grayscale: #717171. Windows color (decimal): -6664514 or 12471962. OLE color: 12471962.

HSL color Cylindrical-coordinate representation of color #9A4EBE: hue angle of 280.71º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A4EBE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 78 190 -
CMYK 0.19 0.59 0 0.25
HSL 280.71º 0.46% 0.53% -
HSV(B) 280.71º 0.59% 0.75% -
XYZ 25.35 16.04 50.47 -
YUV 113.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 154 78 190 0.19 0.59 0 0.25 280.71 0.46 0.53
Hex 9A 4E BE 13 3B 0 19 119 2E 35
Octal 232 116 276 23 73 0 31 431 56 65
Binary 10011010 1001110 10111110 10011 111011 0 11001 100011001 101110 110101

Color Harmonies of #9A4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4EBE

Black with #9A4EBE

Text Example


Text Example

White with #9A4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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