Html Css Color HEX #9A4DB7 Deep Lilac

📋 copy color: '#9A4DB7'

red 154 ◦ green 77 ◦ blue 183

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

Shades of Deep Lilac #9A4DB7

Tints of Deep Lilac #9A4DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.2%

R = 37.2%
G = 18.6%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9A4DB7 (or 0x9A4DB7) is known color: Deep Lilac. HEX triplet: 9A, 4D and B7. RGB value is (154,77,183). Sum of RGB (Red+Green+Blue) = 154+77+183=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DB7 is #65B248. Grayscale: #6F6F6F. Windows color (decimal): -6664777 or 12012954. OLE color: 12012954.

HSL color Cylindrical-coordinate representation of color #9A4DB7: hue angle of 283.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A4DB7 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 77 183 -
CMYK 0.16 0.58 0 0.28
HSL 283.58º 0.42% 0.51% -
HSV(B) 283.58º 0.58% 0.72% -
XYZ 24.53 15.6 46.52 -
YUV 112.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 154 77 183 0.16 0.58 0 0.28 283.58 0.42 0.51
Hex 9A 4D B7 10 3A 0 1C 11C 2A 33
Octal 232 115 267 20 72 0 34 434 52 63
Binary 10011010 1001101 10110111 10000 111010 0 11100 100011100 101010 110011

Color Harmonies of #9A4DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4DB7

Black with #9A4DB7

Text Example


Text Example

White with #9A4DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,77,183); }

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

background-color css

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

 a { background-color: rgb(154,77,183); }

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

border-color css

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

 span { border-color: rgb(154,77,183); }

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