Html Css Color HEX #994BAC Deep Lilac

📋 copy color: '#994BAC'

red 153 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #994BAC

Tints of Deep Lilac #994BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 38.25%
G = 18.75%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#994BAC (or 0x994BAC) is known color: Deep Lilac. HEX triplet: 99, 4B and AC. RGB value is (153,75,172). Sum of RGB (Red+Green+Blue) = 153+75+172=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #994BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BAC is #66B453. Grayscale: #6D6D6D. Windows color (decimal): -6730836 or 11291545. OLE color: 11291545.

HSL color Cylindrical-coordinate representation of color #994BAC: hue angle of 288.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994BAC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 75 172 -
CMYK 0.11 0.56 0 0.33
HSL 288.25º 0.39% 0.48% -
HSV(B) 288.25º 0.56% 0.67% -
XYZ 23.1 14.78 40.67 -
YUV 109.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 153 75 172 0.11 0.56 0 0.33 288.25 0.39 0.48
Hex 99 4B AC B 38 0 21 120 27 30
Octal 231 113 254 13 70 0 41 440 47 60
Binary 10011001 1001011 10101100 1011 111000 0 100001 100100000 100111 110000

Color Harmonies of #994BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BAC

Black with #994BAC

Text Example


Text Example

White with #994BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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