Html Css Color HEX #934ABB Deep Lilac

📋 copy color: '#934ABB'

red 147 ◦ green 74 ◦ blue 187

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

Shades of Deep Lilac #934ABB

Tints of Deep Lilac #934ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 36.03%
G = 18.14%
B = 45.83%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#934ABB (or 0x934ABB) is known color: Deep Lilac. HEX triplet: 93, 4A and BB. RGB value is (147,74,187). Sum of RGB (Red+Green+Blue) = 147+74+187=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #934ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ABB is #6CB544. Grayscale: #6C6C6C. Windows color (decimal): -7124293 or 12274323. OLE color: 12274323.

HSL color Cylindrical-coordinate representation of color #934ABB: hue angle of 278.76º degrees, saturation: 0.45, 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 #934ABB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 74 187 -
CMYK 0.21 0.60 0 0.27
HSL 278.76º 0.45% 0.51% -
HSV(B) 278.76º 0.6% 0.73% -
XYZ 23.45 14.69 48.61 -
YUV 108.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 147 74 187 0.21 0.60 0 0.27 278.76 0.45 0.51
Hex 93 4A BB 15 3C 0 1B 117 2D 33
Octal 223 112 273 25 74 0 33 427 55 63
Binary 10010011 1001010 10111011 10101 111100 0 11011 100010111 101101 110011

Color Harmonies of #934ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934ABB

Black with #934ABB

Text Example


Text Example

White with #934ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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