#945FB1

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

Shades of Deep Lilac #945FB1

Tints of Deep Lilac #945FB1

Color information

#945FB1 (or 0x945FB1) is unknown color: approx Deep Lilac. HEX triplet: 94, 5F and B1. RGB value is (148,95,177). Sum of RGB (Red+Green+Blue) = 148+95+177=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #945FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FB1 is #6BA04E. Grayscale: #777777. Windows color (decimal): -7053391 or 11624340. OLE color: 11624340.

HSL color Cylindrical-coordinate representation of color #945FB1: hue angle of 278.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945FB1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14895177-
CMYK0.160.4600.31
HSL278.78º34.45%53.33%-
HSV(B)278.78º46.33%69.41%-
XYZ24.2417.6543.73-
YUV120.2160.06147.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=35.24%
G=22.62%
B=42.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148951770.160.4600.31278.7834.4553.33
Hex945FB1102E01F1172235
Octal22413726120560374274265
Binary1001010010111111011000110000101110011111100010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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