#945CBD

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

Shades of Deep Lilac #945CBD

Tints of Deep Lilac #945CBD

Color information

#945CBD (or 0x945CBD) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and BD. RGB value is (148,92,189). Sum of RGB (Red+Green+Blue) = 148+92+189=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #945CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CBD is #6BA342. Grayscale: #777777. Windows color (decimal): -7054147 or 12410004. OLE color: 12410004.

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

Color convert

RGB14892189-
CMYK0.220.5100.26
HSL274.64º42.36%55.1%-
HSV(B)274.64º51.32%74.12%-
XYZ25.2317.6250.22-
YUV119.8167.05148.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=34.50%
G=21.45%
B=44.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148921890.220.5100.26274.6442.3655.1
Hex945CBD163301A1132a37
Octal22413427526630324235267
Binary1001010010111001011110110110110011011010100010011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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