Html Css Color HEX #993FBA Deep Lilac

📋 copy color: '#993FBA'

red 153 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #993FBA

Tints of Deep Lilac #993FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 38.06%
G = 15.67%
B = 46.27%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#993FBA (or 0x993FBA) is known color: Deep Lilac. HEX triplet: 99, 3F and BA. RGB value is (153,63,186). Sum of RGB (Red+Green+Blue) = 153+63+186=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #993FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FBA is #66C045. Grayscale: #676767. Windows color (decimal): -6733894 or 12205977. OLE color: 12205977.

HSL color Cylindrical-coordinate representation of color #993FBA: hue angle of 283.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993FBA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 63 186 -
CMYK 0.18 0.66 0 0.27
HSL 283.9º 0.49% 0.49% -
HSV(B) 283.9º 0.66% 0.73% -
XYZ 23.78 13.87 47.88 -
YUV 103.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 153 63 186 0.18 0.66 0 0.27 283.9 0.49 0.49
Hex 99 3F BA 12 42 0 1B 11C 31 31
Octal 231 77 272 22 102 0 33 434 61 61
Binary 10011001 111111 10111010 10010 1000010 0 11011 100011100 110001 110001

Color Harmonies of #993FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FBA

Black with #993FBA

Text Example


Text Example

White with #993FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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