#914EAF

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

Shades of Deep Lilac #914EAF

Tints of Deep Lilac #914EAF

Color information

#914EAF (or 0x914EAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 4E and AF. RGB value is (145,78,175). Sum of RGB (Red+Green+Blue) = 145+78+175=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #914EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EAF is #6EB150. Grayscale: #6C6C6C. Windows color (decimal): -7254353 or 11488913. OLE color: 11488913.

HSL color Cylindrical-coordinate representation of color #914EAF: hue angle of 281.44º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914EAF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14578175-
CMYK0.170.5500.31
HSL281.44º38.34%49.61%-
HSV(B)281.44º55.43%68.63%-
XYZ22.1414.5642.2-
YUV109.09165.2153.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=36.43%
G=19.60%
B=43.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145781750.170.5500.31281.4438.3449.61
Hex914EAF113701F1192632
Octal22111625721670374314662
Binary1001000110011101010111110001110111011111100011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,78,175); }

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

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

 a { background-color: rgb(145,78,175); }

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

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

 span { border-color: rgb(145,78,175); }

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