#9148BF

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

Shades of Deep Lilac #9148BF

Tints of Deep Lilac #9148BF

Color information

#9148BF (or 0x9148BF) is unknown color: approx Deep Lilac. HEX triplet: 91, 48 and BF. RGB value is (145,72,191). Sum of RGB (Red+Green+Blue) = 145+72+191=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #9148BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9148BF is #6EB740. Grayscale: #6A6A6A. Windows color (decimal): -7255873 or 12535953. OLE color: 12535953.

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

Color convert

RGB14572191-
CMYK0.240.6200.25
HSL276.81º48.18%51.57%-
HSV(B)276.81º62.3%74.9%-
XYZ23.414.4250.84-
YUV107.39175.18154.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 191 (75% from 255) = 46.81%
R=35.54%
G=17.65%
B=46.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145721910.240.6200.25276.8148.1851.57
Hex9148BF183E0191153034
Octal22111027730760314256064
Binary1001000110010001011111111000111110011001100010101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9148BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9148BF; }

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

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

<style>
 a { background-color: #9148BF; }

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

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

<style>
 span { border-color: #9148BF; }

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

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