#914ba5

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

Shades of Deep Lilac #914BA5

Tints of Deep Lilac #914BA5

Color information

#914BA5 (or 0x914BA5) is unknown color: approx Deep Lilac. HEX triplet: 91, 4B and A5. RGB value is (145,75,165). Sum of RGB (Red+Green+Blue) = 145+75+165=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #914BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914BA5 is #6EB45A. Grayscale: #696969. Windows color (decimal): -7255131 or 10832785. OLE color: 10832785.

HSL color Cylindrical-coordinate representation of color #914BA5: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914BA5 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14575165-
CMYK0.120.5500.35
HSL286.67º37.5%47.06%-
HSV(B)286.67º54.55%64.71%-
XYZ20.9813.7737.15-
YUV106.19161.19155.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=37.66%
G=19.48%
B=42.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145751650.120.5500.35286.6737.547.06
Hex914BA5C3702311f252f
Octal22111324514670434374557
Binary1001000110010111010010111001101110100011100011111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,75,165); }

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

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

 a { background-color: rgb(145,75,165); }

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

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

 span { border-color: rgb(145,75,165); }

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