Html Css Color HEX #934AAD Deep Lilac

📋 copy color: '#934AAD'

red 147 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #934AAD

Tints of Deep Lilac #934AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

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

R = 37.31%
G = 18.78%
B = 43.91%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#934AAD (or 0x934AAD) is known color: Deep Lilac. HEX triplet: 93, 4A and AD. RGB value is (147,74,173). Sum of RGB (Red+Green+Blue) = 147+74+173=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #934AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934AAD is #6CB552. Grayscale: #6A6A6A. Windows color (decimal): -7124307 or 11356819. OLE color: 11356819.

HSL color Cylindrical-coordinate representation of color #934AAD: hue angle of 284.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934AAD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 74 173 -
CMYK 0.15 0.57 0 0.32
HSL 284.24º 0.4% 0.48% -
HSV(B) 284.24º 0.57% 0.68% -
XYZ 22.02 14.12 41.1 -
YUV 107.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 147 74 173 0.15 0.57 0 0.32 284.24 0.4 0.48
Hex 93 4A AD F 39 0 20 11C 28 30
Octal 223 112 255 17 71 0 40 434 50 60
Binary 10010011 1001010 10101101 1111 111001 0 100000 100011100 101000 110000

Color Harmonies of #934AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934AAD

Black with #934AAD

Text Example


Text Example

White with #934AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,74,173); }

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

background-color css

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

 a { background-color: rgb(147,74,173); }

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

border-color css

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

 span { border-color: rgb(147,74,173); }

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