#914ABB

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

Shades of Deep Lilac #914ABB

Tints of Deep Lilac #914ABB

Color information

#914ABB (or 0x914ABB) is unknown color: approx Deep Lilac. HEX triplet: 91, 4A and BB. RGB value is (145,74,187). Sum of RGB (Red+Green+Blue) = 145+74+187=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #914ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ABB is #6EB544. Grayscale: #6B6B6B. Windows color (decimal): -7255365 or 12274321. OLE color: 12274321.

HSL color Cylindrical-coordinate representation of color #914ABB: hue angle of 277.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914ABB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14574187-
CMYK0.220.6000.27
HSL277.7º45.38%51.18%-
HSV(B)277.7º60.43%73.33%-
XYZ23.114.5148.6-
YUV108.11172.52154.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 74 (29.30% from 255) = 18.23%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=35.71%
G=18.23%
B=46.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145741870.220.6000.27277.745.3851.18
Hex914ABB163C01B1162d33
Octal22111227326740334265563
Binary1001000110010101011101110110111100011011100010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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