#914FC3

Color #914FC3 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #914FC3

Tints of Deep Lilac #914FC3

Color information

#914FC3 (or 0x914FC3) is unknown color: approx Deep Lilac. HEX triplet: 91, 4F and C3. RGB value is (145,79,195). Sum of RGB (Red+Green+Blue) = 145+79+195=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #914FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FC3 is #6EB03C. Grayscale: #6F6F6F. Windows color (decimal): -7254077 or 12799889. OLE color: 12799889.

HSL color Cylindrical-coordinate representation of color #914FC3: hue angle of 274.14º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914FC3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14579195-
CMYK0.260.5900.24
HSL274.14º49.15%53.73%-
HSV(B)274.14º59.49%76.47%-
XYZ24.3215.5553.35-
YUV111.96174.87151.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 195 (76.56% from 255) = 46.54%
R=34.61%
G=18.85%
B=46.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145791950.260.5900.24274.1449.1553.73
Hex914FC31A3B0181123136
Octal22111730332730304226166
Binary1001000110011111100001111010111011011000100010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914FC3; }

 p { color: rgb(145,79,195); }

 H1.HeaderClassName
 {
   color: #914FC3;
 }
 .AnyTagClassName
 {
   color: #914FC3;
 }
</style>
background-color css

<style>
 a { background-color: #914FC3; }

 a { background-color: rgb(145,79,195); }

 div.DivClassName
 {
   background-color: #914FC3;
 }
 .BgClassName
 {
   background-color: #914FC3;
 }
</style>
border-color css

<style>
 span { border-color: #914FC3; }

 span { border-color: rgb(145,79,195); }

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