#945FBD

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

Shades of Deep Lilac #945FBD

Tints of Deep Lilac #945FBD

Color information

#945FBD (or 0x945FBD) is unknown color: approx Deep Lilac. HEX triplet: 94, 5F and BD. RGB value is (148,95,189). Sum of RGB (Red+Green+Blue) = 148+95+189=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #945FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FBD is #6BA042. Grayscale: #797979. Windows color (decimal): -7053379 or 12410772. OLE color: 12410772.

HSL color Cylindrical-coordinate representation of color #945FBD: hue angle of 273.83º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945FBD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14895189-
CMYK0.220.5000.26
HSL273.83º41.59%55.69%-
HSV(B)273.83º49.74%74.12%-
XYZ25.4918.1550.3-
YUV121.56166.06146.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=34.26%
G=21.99%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148951890.220.5000.26273.8341.5955.69
Hex945FBD163201A1122a38
Octal22413727526620324225270
Binary1001010010111111011110110110110010011010100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945FBD; }

 p { color: rgb(148,95,189); }

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

<style>
 a { background-color: #945FBD; }

 a { background-color: rgb(148,95,189); }

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

<style>
 span { border-color: #945FBD; }

 span { border-color: rgb(148,95,189); }

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