Html Css Color HEX #994FBC Deep Lilac

📋 copy color: '#994FBC'

red 153 ◦ green 79 ◦ blue 188

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

Shades of Deep Lilac #994FBC

Tints of Deep Lilac #994FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 36.43%
G = 18.81%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#994FBC (or 0x994FBC) is known color: Deep Lilac. HEX triplet: 99, 4F and BC. RGB value is (153,79,188). Sum of RGB (Red+Green+Blue) = 153+79+188=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #994FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FBC is #66B043. Grayscale: #717171. Windows color (decimal): -6729796 or 12341145. OLE color: 12341145.

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

Color convert

RGB 153 79 188 -
CMYK 0.19 0.58 0 0.26
HSL 280.73º 0.45% 0.52% -
HSV(B) 280.73º 0.58% 0.74% -
XYZ 25.01 16 49.35 -
YUV 113.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 153 79 188 0.19 0.58 0 0.26 280.73 0.45 0.52
Hex 99 4F BC 13 3A 0 1A 119 2D 34
Octal 231 117 274 23 72 0 32 431 55 64
Binary 10011001 1001111 10111100 10011 111010 0 11010 100011001 101101 110100

Color Harmonies of #994FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FBC

Black with #994FBC

Text Example


Text Example

White with #994FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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