Html Css Color HEX #9A49BE Deep Lilac

📋 copy color: '#9A49BE'

red 154 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #9A49BE

Tints of Deep Lilac #9A49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 36.93%
G = 17.51%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A49BE (or 0x9A49BE) is known color: Deep Lilac. HEX triplet: 9A, 49 and BE. RGB value is (154,73,190). Sum of RGB (Red+Green+Blue) = 154+73+190=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49BE is #65B641. Grayscale: #6E6E6E. Windows color (decimal): -6665794 or 12470682. OLE color: 12470682.

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

Color convert

RGB 154 73 190 -
CMYK 0.19 0.62 0 0.25
HSL 281.54º 0.47% 0.52% -
HSV(B) 281.54º 0.62% 0.75% -
XYZ 25 15.35 50.36 -
YUV 110.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 154 73 190 0.19 0.62 0 0.25 281.54 0.47 0.52
Hex 9A 49 BE 13 3E 0 19 11A 2F 34
Octal 232 111 276 23 76 0 31 432 57 64
Binary 10011010 1001001 10111110 10011 111110 0 11001 100011010 101111 110100

Color Harmonies of #9A49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49BE

Black with #9A49BE

Text Example


Text Example

White with #9A49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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