#945BBA

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

Shades of Deep Lilac #945BBA

Tints of Deep Lilac #945BBA

Color information

#945BBA (or 0x945BBA) is unknown color: approx Deep Lilac. HEX triplet: 94, 5B and BA. RGB value is (148,91,186). Sum of RGB (Red+Green+Blue) = 148+91+186=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #945BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BBA is #6BA445. Grayscale: #767676. Windows color (decimal): -7054406 or 12213140. OLE color: 12213140.

HSL color Cylindrical-coordinate representation of color #945BBA: hue angle of 276º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945BBA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14891186-
CMYK0.200.5100.27
HSL276º40.77%54.31%-
HSV(B)276º51.08%72.94%-
XYZ24.8217.3248.49-
YUV118.87165.88148.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=34.82%
G=21.41%
B=43.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148911860.200.5100.2727640.7754.31
Hex945BBA143301B1142936
Octal22413327224630334245166
Binary1001010010110111011101010100110011011011100010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,91,186); }

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

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

 a { background-color: rgb(148,91,186); }

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

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

 span { border-color: rgb(148,91,186); }

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