#945BB0

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

Shades of Deep Lilac #945BB0

Tints of Deep Lilac #945BB0

Color information

#945BB0 (or 0x945BB0) is unknown color: approx Deep Lilac. HEX triplet: 94, 5B and B0. RGB value is (148,91,176). Sum of RGB (Red+Green+Blue) = 148+91+176=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #945BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945BB0 is #6BA44F. Grayscale: #757575. Windows color (decimal): -7054416 or 11557780. OLE color: 11557780.

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

Color convert

RGB14891176-
CMYK0.160.4800.31
HSL280.24º34.98%52.35%-
HSV(B)280.24º48.3%69.02%-
XYZ23.7916.9143.08-
YUV117.73160.88149.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=35.66%
G=21.93%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148911760.160.4800.31280.2434.9852.35
Hex945BB0103001F1182334
Octal22413326020600374304364
Binary1001010010110111011000010000110000011111100011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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