Html Css Color HEX #934AB9 Deep Lilac

📋 copy color: '#934AB9'

red 147 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #934AB9

Tints of Deep Lilac #934AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 36.21%
G = 18.23%
B = 45.57%

CMYK

 C value IS 0.21

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#934AB9 (or 0x934AB9) is known color: Deep Lilac. HEX triplet: 93, 4A and B9. RGB value is (147,74,185). Sum of RGB (Red+Green+Blue) = 147+74+185=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #934AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AB9 is #6CB546. Grayscale: #6C6C6C. Windows color (decimal): -7124295 or 12143251. OLE color: 12143251.

HSL color Cylindrical-coordinate representation of color #934AB9: hue angle of 279.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934AB9 is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 74 185 -
CMYK 0.21 0.6 0 0.27
HSL 279.46º 0.44% 0.51% -
HSV(B) 279.46º 0.6% 0.73% -
XYZ 23.24 14.6 47.49 -
YUV 108.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 147 74 185 0.21 0.6 0 0.27 279.46 0.44 0.51
Hex 93 4A B9 15 3C 0 1B 117 2C 33
Octal 223 112 271 25 74 0 33 427 54 63
Binary 10010011 1001010 10111001 10101 111100 0 11011 100010111 101100 110011

Color Harmonies of #934AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934AB9

Black with #934AB9

Text Example


Text Example

White with #934AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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