#914CBF

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

Shades of Deep Lilac #914CBF

Tints of Deep Lilac #914CBF

Color information

#914CBF (or 0x914CBF) is unknown color: approx Deep Lilac. HEX triplet: 91, 4C and BF. RGB value is (145,76,191). Sum of RGB (Red+Green+Blue) = 145+76+191=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #914CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CBF is #6EB340. Grayscale: #6D6D6D. Windows color (decimal): -7254849 or 12536977. OLE color: 12536977.

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

Color convert

RGB14576191-
CMYK0.240.6000.25
HSL276º47.33%52.35%-
HSV(B)276º60.21%74.9%-
XYZ23.6714.9550.93-
YUV109.74173.86153.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 191 (75% from 255) = 46.36%
R=35.19%
G=18.45%
B=46.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145761910.240.6000.2527647.3352.35
Hex914CBF183C0191142f34
Octal22111427730740314245764
Binary1001000110011001011111111000111100011001100010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,76,191); }

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

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

 a { background-color: rgb(145,76,191); }

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

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

 span { border-color: rgb(145,76,191); }

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