Html Css Color HEX #9542AB Deep Lilac

📋 copy color: '#9542AB'

red 149 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #9542AB

Tints of Deep Lilac #9542AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

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

R = 38.6%
G = 17.1%
B = 44.3%

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

#9542AB (or 0x9542AB) is known color: Deep Lilac. HEX triplet: 95, 42 and AB. RGB value is (149,66,171). Sum of RGB (Red+Green+Blue) = 149+66+171=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9542AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9542AB is #6ABD54. Grayscale: #666666. Windows color (decimal): -6995285 or 11223701. OLE color: 11223701.

HSL color Cylindrical-coordinate representation of color #9542AB: hue angle of 287.43º degrees, saturation: 0.44, 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 #9542AB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 66 171 -
CMYK 0.13 0.61 0 0.33
HSL 287.43º 0.44% 0.46% -
HSV(B) 287.43º 0.61% 0.67% -
XYZ 21.69 13.23 39.94 -
YUV 102.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 149 66 171 0.13 0.61 0 0.33 287.43 0.44 0.46
Hex 95 42 AB D 3D 0 21 11F 2C 2E
Octal 225 102 253 15 75 0 41 437 54 56
Binary 10010101 1000010 10101011 1101 111101 0 100001 100011111 101100 101110

Color Harmonies of #9542AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9542AB

Black with #9542AB

Text Example


Text Example

White with #9542AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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