#914BD1

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

Shades of Deep Lilac #914BD1

Tints of Deep Lilac #914BD1

Color information

#914BD1 (or 0x914BD1) is unknown color: approx Deep Lilac. HEX triplet: 91, 4B and D1. RGB value is (145,75,209). Sum of RGB (Red+Green+Blue) = 145+75+209=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #914BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BD1 is #6EB42E. Grayscale: #6E6E6E. Windows color (decimal): -7255087 or 13716369. OLE color: 13716369.

HSL color Cylindrical-coordinate representation of color #914BD1: hue angle of 271.34º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914BD1 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14575209-
CMYK0.310.6400.18
HSL271.34º59.29%55.69%-
HSV(B)271.34º64.11%81.96%-
XYZ25.715.6661.99-
YUV111.21183.19152.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 209 (82.03% from 255) = 48.72%
R=33.80%
G=17.48%
B=48.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145752090.310.6400.18271.3459.2955.69
Hex914BD11F4001210f3b38
Octal221113321371000224177370
Binary10010001100101111010001111111000000010010100001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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