#914ACC

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

Shades of Deep Lilac #914ACC

Tints of Deep Lilac #914ACC

Color information

#914ACC (or 0x914ACC) is unknown color: approx Deep Lilac. HEX triplet: 91, 4A and CC. RGB value is (145,74,204). Sum of RGB (Red+Green+Blue) = 145+74+204=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #914ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ACC is #6EB533. Grayscale: #6D6D6D. Windows color (decimal): -7255348 or 13388433. OLE color: 13388433.

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

Color convert

RGB14574204-
CMYK0.290.6400.2
HSL272.77º56.03%54.51%-
HSV(B)272.77º63.73%80%-
XYZ25.0215.2858.76-
YUV110.05181.02152.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=34.28%
G=17.49%
B=48.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal145742040.290.6400.2272.7756.0354.51
Hex914ACC1D400141113837
Octal221112314351000244217067
Binary10010001100101011001100111011000000010100100010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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