Html Css Color HEX #994CCF Deep Lilac

📋 copy color: '#994CCF'

red 153 ◦ green 76 ◦ blue 207

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

Shades of Deep Lilac #994CCF

Tints of Deep Lilac #994CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 35.09%
G = 17.43%
B = 47.48%

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

#994CCF (or 0x994CCF) is known color: Deep Lilac. HEX triplet: 99, 4C and CF. RGB value is (153,76,207). Sum of RGB (Red+Green+Blue) = 153+76+207=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #994CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CCF is #66B330. Grayscale: #717171. Windows color (decimal): -6730545 or 13585561. OLE color: 13585561.

HSL color Cylindrical-coordinate representation of color #994CCF: hue angle of 275.27º degrees, saturation: 0.58, 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 #994CCF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 76 207 -
CMYK 0.26 0.63 0 0.19
HSL 275.27º 0.58% 0.55% -
HSV(B) 275.27º 0.63% 0.81% -
XYZ 26.98 16.45 60.78 -
YUV 113.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 153 76 207 0.26 0.63 0 0.19 275.27 0.58 0.55
Hex 99 4C CF 1A 3F 0 13 113 3A 37
Octal 231 114 317 32 77 0 23 423 72 67
Binary 10011001 1001100 11001111 11010 111111 0 10011 100010011 111010 110111

Color Harmonies of #994CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CCF

Black with #994CCF

Text Example


Text Example

White with #994CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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