Html Css Color HEX #994FD0 Deep Lilac

📋 copy color: '#994FD0'

red 153 ◦ green 79 ◦ blue 208

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

Shades of Deep Lilac #994FD0

Tints of Deep Lilac #994FD0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 34.77%
G = 17.95%
B = 47.27%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#994FD0 (or 0x994FD0) is known color: Deep Lilac. HEX triplet: 99, 4F and D0. RGB value is (153,79,208). Sum of RGB (Red+Green+Blue) = 153+79+208=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #994FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FD0 is #66B02F. Grayscale: #737373. Windows color (decimal): -6729776 or 13651865. OLE color: 13651865.

HSL color Cylindrical-coordinate representation of color #994FD0: hue angle of 274.42º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994FD0 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 79 208 -
CMYK 0.26 0.62 0 0.18
HSL 274.42º 0.58% 0.56% -
HSV(B) 274.42º 0.62% 0.82% -
XYZ 27.32 16.92 61.5 -
YUV 115.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 153 79 208 0.26 0.62 0 0.18 274.42 0.58 0.56
Hex 99 4F D0 1A 3E 0 12 112 3A 38
Octal 231 117 320 32 76 0 22 422 72 70
Binary 10011001 1001111 11010000 11010 111110 0 10010 100010010 111010 111000

Color Harmonies of #994FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FD0

Black with #994FD0

Text Example


Text Example

White with #994FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,208); }

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

background-color css

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

 a { background-color: rgb(153,79,208); }

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

border-color css

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

 span { border-color: rgb(153,79,208); }

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