Html Css Color HEX #994CC8 Deep Lilac

📋 copy color: '#994CC8'

red 153 ◦ green 76 ◦ blue 200

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

Shades of Deep Lilac #994CC8

Tints of Deep Lilac #994CC8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.72%

 BLUE value IS 200 (78.52% from 255) = 46.62%

R = 35.66%
G = 17.72%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#994CC8 (or 0x994CC8) is known color: Deep Lilac. HEX triplet: 99, 4C and C8. RGB value is (153,76,200). Sum of RGB (Red+Green+Blue) = 153+76+200=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #994CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CC8 is #66B337. Grayscale: #707070. Windows color (decimal): -6730552 or 13126809. OLE color: 13126809.

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

Color convert

RGB 153 76 200 -
CMYK 0.24 0.62 0 0.22
HSL 277.26º 0.53% 0.54% -
HSV(B) 277.26º 0.62% 0.78% -
XYZ 26.15 16.11 56.38 -
YUV 113.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 153 76 200 0.24 0.62 0 0.22 277.26 0.53 0.54
Hex 99 4C C8 18 3E 0 16 115 35 36
Octal 231 114 310 30 76 0 26 425 65 66
Binary 10011001 1001100 11001000 11000 111110 0 10110 100010101 110101 110110

Color Harmonies of #994CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CC8

Black with #994CC8

Text Example


Text Example

White with #994CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,200); }

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

background-color css

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

 a { background-color: rgb(153,76,200); }

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

border-color css

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

 span { border-color: rgb(153,76,200); }

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