Html Css Color HEX #994EBA Deep Lilac

📋 copy color: '#994EBA'

red 153 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #994EBA

Tints of Deep Lilac #994EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

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

R = 36.69%
G = 18.71%
B = 44.6%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#994EBA (or 0x994EBA) is known color: Deep Lilac. HEX triplet: 99, 4E and BA. RGB value is (153,78,186). Sum of RGB (Red+Green+Blue) = 153+78+186=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #994EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EBA is #66B145. Grayscale: #707070. Windows color (decimal): -6730054 or 12209817. OLE color: 12209817.

HSL color Cylindrical-coordinate representation of color #994EBA: hue angle of 281.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994EBA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 78 186 -
CMYK 0.18 0.58 0 0.27
HSL 281.67º 0.44% 0.52% -
HSV(B) 281.67º 0.58% 0.73% -
XYZ 24.72 15.77 48.19 -
YUV 112.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 153 78 186 0.18 0.58 0 0.27 281.67 0.44 0.52
Hex 99 4E BA 12 3A 0 1B 11A 2C 34
Octal 231 116 272 22 72 0 33 432 54 64
Binary 10011001 1001110 10111010 10010 111010 0 11011 100011010 101100 110100

Color Harmonies of #994EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EBA

Black with #994EBA

Text Example


Text Example

White with #994EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994EBA; }

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

 H1.HeaderClassName
 {
   color: #994EBA;
 }
 .AnyTagClassName
 {
   color: #994EBA;
 }
</style>

background-color css

<style>
 a { background-color: #994EBA; }

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

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

border-color css

<style>
 span { border-color: #994EBA; }

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

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