Html Css Color HEX #994CCE Deep Lilac

📋 copy color: '#994CCE'

red 153 ◦ green 76 ◦ blue 206

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

Shades of Deep Lilac #994CCE

Tints of Deep Lilac #994CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 35.17%
G = 17.47%
B = 47.36%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#994CCE (or 0x994CCE) is known color: Deep Lilac. HEX triplet: 99, 4C and CE. RGB value is (153,76,206). Sum of RGB (Red+Green+Blue) = 153+76+206=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #994CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CCE is #66B331. Grayscale: #717171. Windows color (decimal): -6730546 or 13520025. OLE color: 13520025.

HSL color Cylindrical-coordinate representation of color #994CCE: hue angle of 275.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994CCE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 76 206 -
CMYK 0.26 0.63 0 0.19
HSL 275.54º 0.57% 0.55% -
HSV(B) 275.54º 0.63% 0.81% -
XYZ 26.86 16.4 60.14 -
YUV 113.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 153 76 206 0.26 0.63 0 0.19 275.54 0.57 0.55
Hex 99 4C CE 1A 3F 0 13 114 39 37
Octal 231 114 316 32 77 0 23 424 71 67
Binary 10011001 1001100 11001110 11010 111111 0 10011 100010100 111001 110111

Color Harmonies of #994CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CCE

Black with #994CCE

Text Example


Text Example

White with #994CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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