Html Css Color HEX #994BD2 Deep Lilac

📋 copy color: '#994BD2'

red 153 ◦ green 75 ◦ blue 210

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

Shades of Deep Lilac #994BD2

Tints of Deep Lilac #994BD2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 34.93%
G = 17.12%
B = 47.95%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#994BD2 (or 0x994BD2) is known color: Deep Lilac. HEX triplet: 99, 4B and D2. RGB value is (153,75,210). Sum of RGB (Red+Green+Blue) = 153+75+210=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #994BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BD2 is #66B42D. Grayscale: #717171. Windows color (decimal): -6730798 or 13781913. OLE color: 13781913.

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

Color convert

RGB 153 75 210 -
CMYK 0.27 0.64 0 0.18
HSL 274.67º 0.6% 0.56% -
HSV(B) 274.67º 0.64% 0.82% -
XYZ 27.29 16.46 62.71 -
YUV 113.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 153 75 210 0.27 0.64 0 0.18 274.67 0.6 0.56
Hex 99 4B D2 1B 40 0 12 113 3C 38
Octal 231 113 322 33 100 0 22 423 74 70
Binary 10011001 1001011 11010010 11011 1000000 0 10010 100010011 111100 111000

Color Harmonies of #994BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BD2

Black with #994BD2

Text Example


Text Example

White with #994BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,210); }

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

background-color css

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

 a { background-color: rgb(153,75,210); }

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

border-color css

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

 span { border-color: rgb(153,75,210); }

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