Html Css Color HEX #993EAA Deep Lilac

📋 copy color: '#993EAA'

red 153 ◦ green 62 ◦ blue 170

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

Shades of Deep Lilac #993EAA

Tints of Deep Lilac #993EAA

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

 GREEN value IS 62 (24.61% from 255) = 16.1%

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

R = 39.74%
G = 16.1%
B = 44.16%

CMYK

 C value IS 0.1

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993EAA (or 0x993EAA) is known color: Deep Lilac. HEX triplet: 99, 3E and AA. RGB value is (153,62,170). Sum of RGB (Red+Green+Blue) = 153+62+170=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #993EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EAA is #66C155. Grayscale: #656565. Windows color (decimal): -6734166 or 11157145. OLE color: 11157145.

HSL color Cylindrical-coordinate representation of color #993EAA: hue angle of 290.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993EAA is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 62 170 -
CMYK 0.1 0.64 0 0.33
HSL 290.56º 0.47% 0.45% -
HSV(B) 290.56º 0.64% 0.67% -
XYZ 22.12 13.12 39.4 -
YUV 101.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 153 62 170 0.1 0.64 0 0.33 290.56 0.47 0.45
Hex 99 3E AA A 40 0 21 123 2F 2D
Octal 231 76 252 12 100 0 41 443 57 55
Binary 10011001 111110 10101010 1010 1000000 0 100001 100100011 101111 101101

Color Harmonies of #993EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EAA

Black with #993EAA

Text Example


Text Example

White with #993EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993EAA; }

 p { color: rgb(153,62,170); }

 H1.HeaderClassName
 {
   color: #993EAA;
 }
 .AnyTagClassName
 {
   color: #993EAA;
 }
</style>

background-color css

<style>
 a { background-color: #993EAA; }

 a { background-color: rgb(153,62,170); }

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

border-color css

<style>
 span { border-color: #993EAA; }

 span { border-color: rgb(153,62,170); }

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