Html Css Color HEX #994BC4 Deep Lilac

📋 copy color: '#994BC4'

red 153 ◦ green 75 ◦ blue 196

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

Shades of Deep Lilac #994BC4

Tints of Deep Lilac #994BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.23%

R = 36.08%
G = 17.69%
B = 46.23%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#994BC4 (or 0x994BC4) is known color: Deep Lilac. HEX triplet: 99, 4B and C4. RGB value is (153,75,196). Sum of RGB (Red+Green+Blue) = 153+75+196=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #994BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BC4 is #66B43B. Grayscale: #6F6F6F. Windows color (decimal): -6730812 or 12864409. OLE color: 12864409.

HSL color Cylindrical-coordinate representation of color #994BC4: hue angle of 278.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994BC4 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 75 196 -
CMYK 0.22 0.62 0 0.23
HSL 278.68º 0.51% 0.53% -
HSV(B) 278.68º 0.62% 0.77% -
XYZ 25.62 15.79 53.92 -
YUV 112.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 153 75 196 0.22 0.62 0 0.23 278.68 0.51 0.53
Hex 99 4B C4 16 3E 0 17 117 33 35
Octal 231 113 304 26 76 0 27 427 63 65
Binary 10011001 1001011 11000100 10110 111110 0 10111 100010111 110011 110101

Color Harmonies of #994BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BC4

Black with #994BC4

Text Example


Text Example

White with #994BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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