#945CBA

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

Shades of Deep Lilac #945CBA

Tints of Deep Lilac #945CBA

Color information

#945CBA (or 0x945CBA) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and BA. RGB value is (148,92,186). Sum of RGB (Red+Green+Blue) = 148+92+186=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #945CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CBA is #6BA345. Grayscale: #777777. Windows color (decimal): -7054150 or 12213396. OLE color: 12213396.

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

Color convert

RGB14892186-
CMYK0.200.5100.27
HSL275.74º40.52%54.51%-
HSV(B)275.74º50.54%72.94%-
XYZ24.917.548.52-
YUV119.46165.55148.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=34.74%
G=21.60%
B=43.66%

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
Decimal148921860.200.5100.27275.7440.5254.51
Hex945CBA143301B1142937
Octal22413427224630334245167
Binary1001010010111001011101010100110011011011100010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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