#914BAF

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

Shades of Deep Lilac #914BAF

Tints of Deep Lilac #914BAF

Color information

#914BAF (or 0x914BAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 4B and AF. RGB value is (145,75,175). Sum of RGB (Red+Green+Blue) = 145+75+175=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #914BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914BAF is #6EB450. Grayscale: #6B6B6B. Windows color (decimal): -7255121 or 11488145. OLE color: 11488145.

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

Color convert

RGB14575175-
CMYK0.170.5700.31
HSL282º40%49.02%-
HSV(B)282º57.14%68.63%-
XYZ21.9314.1542.13-
YUV107.33166.19154.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=36.71%
G=18.99%
B=44.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145751750.170.5700.312824049.02
Hex914BAF113901F11a2831
Octal22111325721710374325061
Binary1001000110010111010111110001111001011111100011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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