Html Css Color HEX #9543AA Deep Lilac

📋 copy color: '#9543AA'

red 149 ◦ green 67 ◦ blue 170

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

Shades of Deep Lilac #9543AA

Tints of Deep Lilac #9543AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 38.6%
G = 17.36%
B = 44.04%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9543AA (or 0x9543AA) is known color: Deep Lilac. HEX triplet: 95, 43 and AA. RGB value is (149,67,170). Sum of RGB (Red+Green+Blue) = 149+67+170=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9543AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9543AA is #6ABC55. Grayscale: #666666. Windows color (decimal): -6995030 or 11158421. OLE color: 11158421.

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

Color convert

RGB 149 67 170 -
CMYK 0.12 0.61 0 0.33
HSL 287.77º 0.43% 0.46% -
HSV(B) 287.77º 0.61% 0.67% -
XYZ 21.66 13.31 39.46 -
YUV 103.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 149 67 170 0.12 0.61 0 0.33 287.77 0.43 0.46
Hex 95 43 AA C 3D 0 21 120 2B 2E
Octal 225 103 252 14 75 0 41 440 53 56
Binary 10010101 1000011 10101010 1100 111101 0 100001 100100000 101011 101110

Color Harmonies of #9543AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543AA

Black with #9543AA

Text Example


Text Example

White with #9543AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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