Html Css Color HEX #994DCC Deep Lilac

📋 copy color: '#994DCC'

red 153 ◦ green 77 ◦ blue 204

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

Shades of Deep Lilac #994DCC

Tints of Deep Lilac #994DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 35.25%
G = 17.74%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#994DCC (or 0x994DCC) is known color: Deep Lilac. HEX triplet: 99, 4D and CC. RGB value is (153,77,204). Sum of RGB (Red+Green+Blue) = 153+77+204=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #994DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DCC is #66B233. Grayscale: #717171. Windows color (decimal): -6730292 or 13389209. OLE color: 13389209.

HSL color Cylindrical-coordinate representation of color #994DCC: hue angle of 275.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994DCC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 77 204 -
CMYK 0.25 0.62 0 0.2
HSL 275.91º 0.55% 0.55% -
HSV(B) 275.91º 0.62% 0.8% -
XYZ 26.69 16.44 58.89 -
YUV 114.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 153 77 204 0.25 0.62 0 0.2 275.91 0.55 0.55
Hex 99 4D CC 19 3E 0 14 114 37 37
Octal 231 115 314 31 76 0 24 424 67 67
Binary 10011001 1001101 11001100 11001 111110 0 10100 100010100 110111 110111

Color Harmonies of #994DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DCC

Black with #994DCC

Text Example


Text Example

White with #994DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,77,204); }

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

background-color css

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

 a { background-color: rgb(153,77,204); }

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

border-color css

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

 span { border-color: rgb(153,77,204); }

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