Html Css Color HEX #994EBD Deep Lilac

📋 copy color: '#994EBD'

red 153 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #994EBD

Tints of Deep Lilac #994EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 36.43%
G = 18.57%
B = 45%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#994EBD (or 0x994EBD) is known color: Deep Lilac. HEX triplet: 99, 4E and BD. RGB value is (153,78,189). Sum of RGB (Red+Green+Blue) = 153+78+189=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #994EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EBD is #66B142. Grayscale: #707070. Windows color (decimal): -6730051 or 12406425. OLE color: 12406425.

HSL color Cylindrical-coordinate representation of color #994EBD: hue angle of 280.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994EBD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 78 189 -
CMYK 0.19 0.59 0 0.26
HSL 280.54º 0.46% 0.52% -
HSV(B) 280.54º 0.59% 0.74% -
XYZ 25.05 15.9 49.89 -
YUV 113.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 153 78 189 0.19 0.59 0 0.26 280.54 0.46 0.52
Hex 99 4E BD 13 3B 0 1A 119 2E 34
Octal 231 116 275 23 73 0 32 431 56 64
Binary 10011001 1001110 10111101 10011 111011 0 11010 100011001 101110 110100

Color Harmonies of #994EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EBD

Black with #994EBD

Text Example


Text Example

White with #994EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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