Html Css Color HEX #994CB6 Deep Lilac

📋 copy color: '#994CB6'

red 153 ◦ green 76 ◦ blue 182

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

Shades of Deep Lilac #994CB6

Tints of Deep Lilac #994CB6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 37.23%
G = 18.49%
B = 44.28%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#994CB6 (or 0x994CB6) is known color: Deep Lilac. HEX triplet: 99, 4C and B6. RGB value is (153,76,182). Sum of RGB (Red+Green+Blue) = 153+76+182=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #994CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CB6 is #66B349. Grayscale: #6E6E6E. Windows color (decimal): -6730570 or 11947161. OLE color: 11947161.

HSL color Cylindrical-coordinate representation of color #994CB6: hue angle of 283.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994CB6 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 76 182 -
CMYK 0.16 0.58 0 0.29
HSL 283.58º 0.42% 0.51% -
HSV(B) 283.58º 0.58% 0.71% -
XYZ 24.16 15.32 45.94 -
YUV 111.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 153 76 182 0.16 0.58 0 0.29 283.58 0.42 0.51
Hex 99 4C B6 10 3A 0 1D 11C 2A 33
Octal 231 114 266 20 72 0 35 434 52 63
Binary 10011001 1001100 10110110 10000 111010 0 11101 100011100 101010 110011

Color Harmonies of #994CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CB6

Black with #994CB6

Text Example


Text Example

White with #994CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,182); }

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

background-color css

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

 a { background-color: rgb(153,76,182); }

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

border-color css

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

 span { border-color: rgb(153,76,182); }

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