#914AB0

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

Shades of Deep Lilac #914AB0

Tints of Deep Lilac #914AB0

Color information

#914AB0 (or 0x914AB0) is unknown color: approx Deep Lilac. HEX triplet: 91, 4A and B0. RGB value is (145,74,176). Sum of RGB (Red+Green+Blue) = 145+74+176=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #914AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914AB0 is #6EB54F. Grayscale: #6A6A6A. Windows color (decimal): -7255376 or 11553425. OLE color: 11553425.

HSL color Cylindrical-coordinate representation of color #914AB0: hue angle of 281.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #914AB0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14574176-
CMYK0.180.5800.31
HSL281.76º40.8%49.02%-
HSV(B)281.76º57.95%69.02%-
XYZ21.9614.0542.63-
YUV106.86167.02155.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=36.71%
G=18.73%
B=44.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145741760.180.5800.31281.7640.849.02
Hex914AB0123A01F11a2931
Octal22111226022720374325161
Binary1001000110010101011000010010111010011111100011010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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