Html Css Color HEX #994BC2 Deep Lilac

📋 copy color: '#994BC2'

red 153 ◦ green 75 ◦ blue 194

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

Shades of Deep Lilac #994BC2

Tints of Deep Lilac #994BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 36.26%
G = 17.77%
B = 45.97%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#994BC2 (or 0x994BC2) is known color: Deep Lilac. HEX triplet: 99, 4B and C2. RGB value is (153,75,194). Sum of RGB (Red+Green+Blue) = 153+75+194=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #994BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BC2 is #66B43D. Grayscale: #6F6F6F. Windows color (decimal): -6730814 or 12733337. OLE color: 12733337.

HSL color Cylindrical-coordinate representation of color #994BC2: hue angle of 279.33º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994BC2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 75 194 -
CMYK 0.21 0.61 0 0.24
HSL 279.33º 0.49% 0.53% -
HSV(B) 279.33º 0.61% 0.76% -
XYZ 25.39 15.7 52.73 -
YUV 111.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 153 75 194 0.21 0.61 0 0.24 279.33 0.49 0.53
Hex 99 4B C2 15 3D 0 18 117 31 35
Octal 231 113 302 25 75 0 30 427 61 65
Binary 10011001 1001011 11000010 10101 111101 0 11000 100010111 110001 110101

Color Harmonies of #994BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BC2

Black with #994BC2

Text Example


Text Example

White with #994BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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