#914FCC

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

Shades of Deep Lilac #914FCC

Tints of Deep Lilac #914FCC

Color information

#914FCC (or 0x914FCC) is unknown color: approx Deep Lilac. HEX triplet: 91, 4F and CC. RGB value is (145,79,204). Sum of RGB (Red+Green+Blue) = 145+79+204=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #914FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FCC is #6EB033. Grayscale: #707070. Windows color (decimal): -7254068 or 13389713. OLE color: 13389713.

HSL color Cylindrical-coordinate representation of color #914FCC: hue angle of 271.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914FCC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14579204-
CMYK0.290.6100.2
HSL271.68º55.07%55.49%-
HSV(B)271.68º61.27%80%-
XYZ25.3715.9758.87-
YUV112.98179.37150.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=33.88%
G=18.46%
B=47.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal145792040.290.6100.2271.6855.0755.49
Hex914FCC1D3D0141103737
Octal22111731435750244206767
Binary1001000110011111100110011101111101010100100010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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