Html Css Color HEX #9543AD Deep Lilac

📋 copy color: '#9543AD'

red 149 ◦ green 67 ◦ blue 173

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

Shades of Deep Lilac #9543AD

Tints of Deep Lilac #9543AD

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 38.3%
G = 17.22%
B = 44.47%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9543AD (or 0x9543AD) is known color: Deep Lilac. HEX triplet: 95, 43 and AD. RGB value is (149,67,173). Sum of RGB (Red+Green+Blue) = 149+67+173=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9543AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9543AD is #6ABC52. Grayscale: #676767. Windows color (decimal): -6995027 or 11355029. OLE color: 11355029.

HSL color Cylindrical-coordinate representation of color #9543AD: hue angle of 286.42º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9543AD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 67 173 -
CMYK 0.14 0.61 0 0.32
HSL 286.42º 0.44% 0.47% -
HSV(B) 286.42º 0.61% 0.68% -
XYZ 21.94 13.42 40.97 -
YUV 103.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 149 67 173 0.14 0.61 0 0.32 286.42 0.44 0.47
Hex 95 43 AD E 3D 0 20 11E 2C 2F
Octal 225 103 255 16 75 0 40 436 54 57
Binary 10010101 1000011 10101101 1110 111101 0 100000 100011110 101100 101111

Color Harmonies of #9543AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543AD

Black with #9543AD

Text Example


Text Example

White with #9543AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9543AD; }

 p { color: rgb(149,67,173); }

 H1.HeaderClassName
 {
   color: #9543AD;
 }
 .AnyTagClassName
 {
   color: #9543AD;
 }
</style>

background-color css

<style>
 a { background-color: #9543AD; }

 a { background-color: rgb(149,67,173); }

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

border-color css

<style>
 span { border-color: #9543AD; }

 span { border-color: rgb(149,67,173); }

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