Html Css Color HEX #9543AB Deep Lilac

📋 copy color: '#9543AB'

red 149 ◦ green 67 ◦ blue 171

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

Shades of Deep Lilac #9543AB

Tints of Deep Lilac #9543AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 38.5%
G = 17.31%
B = 44.19%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9543AB (or 0x9543AB) is known color: Deep Lilac. HEX triplet: 95, 43 and AB. RGB value is (149,67,171). Sum of RGB (Red+Green+Blue) = 149+67+171=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9543AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9543AB is #6ABC54. Grayscale: #676767. Windows color (decimal): -6995029 or 11223957. OLE color: 11223957.

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

Color convert

RGB 149 67 171 -
CMYK 0.13 0.61 0 0.33
HSL 287.31º 0.44% 0.47% -
HSV(B) 287.31º 0.61% 0.67% -
XYZ 21.75 13.34 39.96 -
YUV 103.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 149 67 171 0.13 0.61 0 0.33 287.31 0.44 0.47
Hex 95 43 AB D 3D 0 21 11F 2C 2F
Octal 225 103 253 15 75 0 41 437 54 57
Binary 10010101 1000011 10101011 1101 111101 0 100001 100011111 101100 101111

Color Harmonies of #9543AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543AB

Black with #9543AB

Text Example


Text Example

White with #9543AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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