#945CC1

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

Shades of Deep Lilac #945CC1

Tints of Deep Lilac #945CC1

Color information

#945CC1 (or 0x945CC1) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and C1. RGB value is (148,92,193). Sum of RGB (Red+Green+Blue) = 148+92+193=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #945CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CC1 is #6BA33E. Grayscale: #777777. Windows color (decimal): -7054143 or 12672148. OLE color: 12672148.

HSL color Cylindrical-coordinate representation of color #945CC1: hue angle of 273.27º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945CC1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14892193-
CMYK0.230.5200.24
HSL273.27º44.89%55.88%-
HSV(B)273.27º52.33%75.69%-
XYZ25.6717.852.54-
YUV120.26169.05147.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=34.18%
G=21.25%
B=44.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148921930.230.5200.24273.2744.8955.88
Hex945CC117340181112d38
Octal22413430127640304215570
Binary1001010010111001100000110111110100011000100010001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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