#946DCF

Color #946DCF Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #946DCF

Tints of Lilac Bush #946DCF

Color information

#946DCF (or 0x946DCF) is unknown color: approx Lilac Bush. HEX triplet: 94, 6D and CF. RGB value is (148,109,207). Sum of RGB (Red+Green+Blue) = 148+109+207=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #946DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DCF is #6B9230. Grayscale: #838383. Windows color (decimal): -7049777 or 13594004. OLE color: 13594004.

HSL color Cylindrical-coordinate representation of color #946DCF: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946DCF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148109207-
CMYK0.290.4700.19
HSL263.88º50.52%61.96%-
HSV(B)263.88º47.34%81.18%-
XYZ28.9421.7461.7-
YUV131.83170.42139.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=31.90%
G=23.49%
B=44.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481092070.290.4700.19263.8850.5261.96
Hex946DCF1D2F013108333e
Octal22415531735570234106376
Binary1001010011011011100111111101101111010011100001000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946DCF; }

 p { color: rgb(148,109,207); }

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

<style>
 a { background-color: #946DCF; }

 a { background-color: rgb(148,109,207); }

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

<style>
 span { border-color: #946DCF; }

 span { border-color: rgb(148,109,207); }

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