#914BBE

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

Shades of Deep Lilac #914BBE

Tints of Deep Lilac #914BBE

Color information

#914BBE (or 0x914BBE) is unknown color: approx Deep Lilac. HEX triplet: 91, 4B and BE. RGB value is (145,75,190). Sum of RGB (Red+Green+Blue) = 145+75+190=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #914BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BBE is #6EB441. Grayscale: #6C6C6C. Windows color (decimal): -7255106 or 12471185. OLE color: 12471185.

HSL color Cylindrical-coordinate representation of color #914BBE: hue angle of 276.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914BBE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14575190-
CMYK0.240.6100.25
HSL276.52º46.94%51.96%-
HSV(B)276.52º60.53%74.51%-
XYZ23.4914.7750.33-
YUV109.04173.69153.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=35.37%
G=18.29%
B=46.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145751900.240.6100.25276.5246.9451.96
Hex914BBE183D0191152f34
Octal22111327630750314255764
Binary1001000110010111011111011000111101011001100010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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