#914ABF

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

Shades of Deep Lilac #914ABF

Tints of Deep Lilac #914ABF

Color information

#914ABF (or 0x914ABF) is unknown color: approx Deep Lilac. HEX triplet: 91, 4A and BF. RGB value is (145,74,191). Sum of RGB (Red+Green+Blue) = 145+74+191=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #914ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ABF is #6EB540. Grayscale: #6C6C6C. Windows color (decimal): -7255361 or 12536465. OLE color: 12536465.

HSL color Cylindrical-coordinate representation of color #914ABF: hue angle of 276.41º degrees, saturation: 0.48, 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 #914ABF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14574191-
CMYK0.240.6100.25
HSL276.41º47.76%51.96%-
HSV(B)276.41º61.26%74.9%-
XYZ23.5314.6850.88-
YUV108.57174.52153.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 191 (75% from 255) = 46.59%
R=35.37%
G=18.05%
B=46.59%

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
Decimal145741910.240.6100.25276.4147.7651.96
Hex914ABF183D0191143034
Octal22111227730750314246064
Binary1001000110010101011111111000111101011001100010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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