Html Css Color HEX #934DAA Deep Lilac

📋 copy color: '#934DAA'

red 147 ◦ green 77 ◦ blue 170

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

Shades of Deep Lilac #934DAA

Tints of Deep Lilac #934DAA

RGB

 RED value IS 147 (57.81% from 255) = 37.31%

 GREEN value IS 77 (30.47% from 255) = 19.54%

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

R = 37.31%
G = 19.54%
B = 43.15%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#934DAA (or 0x934DAA) is known color: Deep Lilac. HEX triplet: 93, 4D and AA. RGB value is (147,77,170). Sum of RGB (Red+Green+Blue) = 147+77+170=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #934DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DAA is #6CB255. Grayscale: #6C6C6C. Windows color (decimal): -7123542 or 11160979. OLE color: 11160979.

HSL color Cylindrical-coordinate representation of color #934DAA: hue angle of 285.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934DAA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 77 170 -
CMYK 0.14 0.55 0 0.33
HSL 285.16º 0.38% 0.48% -
HSV(B) 285.16º 0.55% 0.67% -
XYZ 21.94 14.41 39.66 -
YUV 108.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 147 77 170 0.14 0.55 0 0.33 285.16 0.38 0.48
Hex 93 4D AA E 37 0 21 11D 26 30
Octal 223 115 252 16 67 0 41 435 46 60
Binary 10010011 1001101 10101010 1110 110111 0 100001 100011101 100110 110000

Color Harmonies of #934DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934DAA

Black with #934DAA

Text Example


Text Example

White with #934DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934DAA; }

 p { color: rgb(147,77,170); }

 H1.HeaderClassName
 {
   color: #934DAA;
 }
 .AnyTagClassName
 {
   color: #934DAA;
 }
</style>

background-color css

<style>
 a { background-color: #934DAA; }

 a { background-color: rgb(147,77,170); }

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

border-color css

<style>
 span { border-color: #934DAA; }

 span { border-color: rgb(147,77,170); }

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