Html Css Color HEX #993FAA Deep Lilac

📋 copy color: '#993FAA'

red 153 ◦ green 63 ◦ blue 170

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

Shades of Deep Lilac #993FAA

Tints of Deep Lilac #993FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 39.64%
G = 16.32%
B = 44.04%

CMYK

 C value IS 0.1

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993FAA (or 0x993FAA) is known color: Deep Lilac. HEX triplet: 99, 3F and AA. RGB value is (153,63,170). Sum of RGB (Red+Green+Blue) = 153+63+170=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #993FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAA is #66C055. Grayscale: #656565. Windows color (decimal): -6733910 or 11157401. OLE color: 11157401.

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

Color convert

RGB 153 63 170 -
CMYK 0.1 0.63 0 0.33
HSL 290.47º 0.46% 0.46% -
HSV(B) 290.47º 0.63% 0.67% -
XYZ 22.17 13.23 39.42 -
YUV 102.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 153 63 170 0.1 0.63 0 0.33 290.47 0.46 0.46
Hex 99 3F AA A 3F 0 21 122 2E 2E
Octal 231 77 252 12 77 0 41 442 56 56
Binary 10011001 111111 10101010 1010 111111 0 100001 100100010 101110 101110

Color Harmonies of #993FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FAA

Black with #993FAA

Text Example


Text Example

White with #993FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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