Html Css Color HEX #994BBF Deep Lilac

📋 copy color: '#994BBF'

red 153 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #994BBF

Tints of Deep Lilac #994BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 36.52%
G = 17.9%
B = 45.58%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#994BBF (or 0x994BBF) is known color: Deep Lilac. HEX triplet: 99, 4B and BF. RGB value is (153,75,191). Sum of RGB (Red+Green+Blue) = 153+75+191=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #994BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BBF is #66B440. Grayscale: #6F6F6F. Windows color (decimal): -6730817 or 12536729. OLE color: 12536729.

HSL color Cylindrical-coordinate representation of color #994BBF: hue angle of 280.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994BBF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 75 191 -
CMYK 0.20 0.61 0 0.25
HSL 280.34º 0.48% 0.52% -
HSV(B) 280.34º 0.61% 0.75% -
XYZ 25.06 15.57 50.97 -
YUV 111.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 153 75 191 0.20 0.61 0 0.25 280.34 0.48 0.52
Hex 99 4B BF 14 3D 0 19 118 30 34
Octal 231 113 277 24 75 0 31 430 60 64
Binary 10011001 1001011 10111111 10100 111101 0 11001 100011000 110000 110100

Color Harmonies of #994BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BBF

Black with #994BBF

Text Example


Text Example

White with #994BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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