Html Css Color HEX #9A49CB Deep Lilac

📋 copy color: '#9A49CB'

red 154 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9A49CB

Tints of Deep Lilac #9A49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 35.81%
G = 16.98%
B = 47.21%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A49CB (or 0x9A49CB) is known color: Deep Lilac. HEX triplet: 9A, 49 and CB. RGB value is (154,73,203). Sum of RGB (Red+Green+Blue) = 154+73+203=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49CB is #65B634. Grayscale: #6F6F6F. Windows color (decimal): -6665781 or 13322650. OLE color: 13322650.

HSL color Cylindrical-coordinate representation of color #9A49CB: hue angle of 277.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A49CB is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 73 203 -
CMYK 0.24 0.64 0 0.20
HSL 277.38º 0.56% 0.54% -
HSV(B) 277.38º 0.64% 0.8% -
XYZ 26.49 15.95 58.18 -
YUV 112.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 154 73 203 0.24 0.64 0 0.20 277.38 0.56 0.54
Hex 9A 49 CB 18 40 0 14 115 38 36
Octal 232 111 313 30 100 0 24 425 70 66
Binary 10011010 1001001 11001011 11000 1000000 0 10100 100010101 111000 110110

Color Harmonies of #9A49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49CB

Black with #9A49CB

Text Example


Text Example

White with #9A49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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